diff options
Diffstat (limited to 'devel/p5-Test-File-Contents/Makefile')
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile index ab295abc286a..7c3fdef50ae2 100644 --- a/devel/p5-Test-File-Contents/Makefile +++ b/devel/p5-Test-File-Contents/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Test-File-Contents -PORTVERSION= 0.05 -PORTREVISION= 1 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Test routines for examining the contents of files +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + +BUILD_DEPENDS= p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff + +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_MODBUILD= yes MAN3= Test::File::Contents.3 |