diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-28 14:07:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-28 14:07:37 +0800 |
commit | f89b2b6fba734641ddf0e3305f84143f4fc3492e (patch) | |
tree | e3e96469fdc64ef9205c605cac22422311d502d1 /devel/p5-Test-File-Contents | |
parent | be351d1f2d7d65f36fdb26def9ea71e086508b1d (diff) | |
download | freebsd-ports-gnome-f89b2b6fba734641ddf0e3305f84143f4fc3492e.tar.gz freebsd-ports-gnome-f89b2b6fba734641ddf0e3305f84143f4fc3492e.tar.zst freebsd-ports-gnome-f89b2b6fba734641ddf0e3305f84143f4fc3492e.zip |
- update to 0.20
- add licenses
- changes: http://cpansearch.perl.org/src/DWHEELER/Test-File-Contents-0.20/Changes
Diffstat (limited to 'devel/p5-Test-File-Contents')
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/distinfo | 5 |
2 files changed, 10 insertions, 5 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 diff --git a/devel/p5-Test-File-Contents/distinfo b/devel/p5-Test-File-Contents/distinfo index d51db9b569fb..70c3701ed6e2 100644 --- a/devel/p5-Test-File-Contents/distinfo +++ b/devel/p5-Test-File-Contents/distinfo @@ -1,3 +1,2 @@ -MD5 (Test-File-Contents-0.05.tar.gz) = 6bdc15a6345a3ef693a6e2326331b6ec -SHA256 (Test-File-Contents-0.05.tar.gz) = c5ab86db159fc7d64342616661ea84afd1c9b1ffe02e2abcf3de9fde67f2bed5 -SIZE (Test-File-Contents-0.05.tar.gz) = 4691 +SHA256 (Test-File-Contents-0.20.tar.gz) = e9db3cbfe660ac11067842f40cb8e0f454568553e033a00f64133c62aeac35c2 +SIZE (Test-File-Contents-0.20.tar.gz) = 9908 |