diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-08 23:24:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-08 23:24:44 +0000 |
commit | 3cb1fc6bb03ce4c06591addf34527f02ac5d3897 (patch) | |
tree | 4d3eec098c799768991c2a3c44218637a9b4927a /textproc/p5-String-ShowDiff/Makefile | |
parent | 7ac265356ed37c99fe6c65e7cb7c3f8fa43c38b1 (diff) |
Notes
Diffstat (limited to 'textproc/p5-String-ShowDiff/Makefile')
-rw-r--r-- | textproc/p5-String-ShowDiff/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/p5-String-ShowDiff/Makefile b/textproc/p5-String-ShowDiff/Makefile index d864a337132c..afdd3ebed085 100644 --- a/textproc/p5-String-ShowDiff/Makefile +++ b/textproc/p5-String-ShowDiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= String-ShowDiff -PORTVERSION= 0.01 +PORTVERSION= 0.03 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= String @@ -16,16 +16,11 @@ MAINTAINER= m@absolight.net COMMENT= Perl extension to help visualize differences between strings BUILD_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ - ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - MAN3= String::ShowDiff.3 .include <bsd.port.mk> |