Index: head/devel/p5-Term-EditLine/Makefile =================================================================== --- head/devel/p5-Term-EditLine/Makefile (revision 397058) +++ head/devel/p5-Term-EditLine/Makefile (revision 397059) @@ -1,22 +1,25 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= Term-EditLine PORTVERSION= 0.05 PORTREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN \ + LOCAL/ehaupt PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl interface to the NetBSD editline library USES= libedit perl5 USE_PERL5= configure -PORTSCOUT= skipv:0.06,0.07 # no functional change +# new upstream author added myriads of his own perl modules as dependencies +# in new releases. those dependencies come with no additional value. +PORTSCOUT= ignore post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/EditLine/EditLine.so .include