diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 14:35:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 14:35:55 +0000 |
commit | 7dfa91c8cd61e4aa9c75846889f43046b343ee52 (patch) | |
tree | 50d7eea5fc37a2f384272943c8db1dba8733ebbe /textproc/p5-Text-Diff/Makefile | |
parent | ffae571445989bd73b3b275e762e622bb80358fa (diff) | |
download | ports-7dfa91c8cd61e4aa9c75846889f43046b343ee52.tar.gz ports-7dfa91c8cd61e4aa9c75846889f43046b343ee52.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Diff/Makefile')
-rw-r--r-- | textproc/p5-Text-Diff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-Diff/Makefile b/textproc/p5-Text-Diff/Makefile index c3dcf32682bb..daec8833caea 100644 --- a/textproc/p5-Text-Diff/Makefile +++ b/textproc/p5-Text-Diff/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Text::Diff - Perform diffs on files and record sets +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + COMMON_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} @@ -17,7 +20,4 @@ RUN_DEPENDS= ${COMMON_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Text::Diff.3 Text::Diff::Config.3 Text::Diff::Table.3 - -NO_STAGE= yes .include <bsd.port.mk> |