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 | |
parent | ffae571445989bd73b3b275e762e622bb80358fa (diff) | |
download | ports-7dfa91c8cd61e4aa9c75846889f43046b343ee52.tar.gz ports-7dfa91c8cd61e4aa9c75846889f43046b343ee52.zip |
* Convert to staging
* Add license
* pet portlint
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=340711
Diffstat (limited to 'textproc/p5-Text-Diff')
-rw-r--r-- | textproc/p5-Text-Diff/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Diff/pkg-plist | 3 |
2 files changed, 6 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> diff --git a/textproc/p5-Text-Diff/pkg-plist b/textproc/p5-Text-Diff/pkg-plist index 813e019e3c58..a1d66eeaa4c0 100644 --- a/textproc/p5-Text-Diff/pkg-plist +++ b/textproc/p5-Text-Diff/pkg-plist @@ -1,3 +1,6 @@ +%%PERL5_MAN3%%/Text::Diff.3.gz +%%PERL5_MAN3%%/Text::Diff::Config.3.gz +%%PERL5_MAN3%%/Text::Diff::Table.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/.packlist %%SITE_PERL%%/Text/Diff.pm %%SITE_PERL%%/Text/Diff/Config.pm |