diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-11 00:48:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-11 00:48:27 +0000 |
commit | 8c765ffcb0a5a205ba9f04d744b232cc9ed62527 (patch) | |
tree | af6c4cd5840483b81d0dfdb1d66e751de448fef6 /textproc | |
parent | 819ce9688a2c13c8ff6d873c1186778f4d174a06 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-ShowDiff/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-String-ShowDiff/Makefile b/textproc/p5-String-ShowDiff/Makefile index 5d679a1b8960..e51d4e20596b 100644 --- a/textproc/p5-String-ShowDiff/Makefile +++ b/textproc/p5-String-ShowDiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= String-ShowDiff PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to help visualize differences between strings -BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \ - p5-Term-ANSIColor>=0:devel/p5-Term-ANSIColor +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |