diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-09-16 11:44:33 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-09-16 11:44:33 +0000 |
commit | 9146ae7423c7a64a8c07b6b80e365392e336fc67 (patch) | |
tree | f6cf0918e6012ee446db82ec4f53f2023f271119 | |
parent | devel/bcpp: Update version 20131209=>20150811 (diff) |
- Set PORTSCOUT to 'ignore' with a comment
- Add an additional master site to make sure the original version will be
available in the future
-rw-r--r-- | devel/p5-Term-EditLine/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Term-EditLine/Makefile b/devel/p5-Term-EditLine/Makefile index c4960a01fa81..c3d7a230edaa 100644 --- a/devel/p5-Term-EditLine/Makefile +++ b/devel/p5-Term-EditLine/Makefile @@ -5,7 +5,8 @@ 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 @@ -14,7 +15,9 @@ 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 |