diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:35:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-23 05:35:27 +0800 |
commit | ad1616de83d73fa5a71b09d6382223b3dad42010 (patch) | |
tree | 96b3102e667a227d17f9bd4053ef36ed4db07a63 /devel | |
parent | c8f42d5e252c4723e54ea27c15124a61a03fd096 (diff) | |
download | freebsd-ports-gnome-ad1616de83d73fa5a71b09d6382223b3dad42010.tar.gz freebsd-ports-gnome-ad1616de83d73fa5a71b09d6382223b3dad42010.tar.zst freebsd-ports-gnome-ad1616de83d73fa5a71b09d6382223b3dad42010.zip |
- Update to 0.05
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/String-Diff/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-String-Diff/Makefile | 16 | ||||
-rw-r--r-- | devel/p5-String-Diff/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-String-Diff/pkg-plist | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/devel/p5-String-Diff/Makefile b/devel/p5-String-Diff/Makefile index 00f91da2ab8e..de5dc1b27b2e 100644 --- a/devel/p5-String-Diff/Makefile +++ b/devel/p5-String-Diff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= String-Diff -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple diff to String -RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -PERL_CONFIGURE= yes +BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -MAN3= String::Diff.3 +PERL_CONFIGURE= yes -post-extract: - @${PERL} -i.bak -ne 'print unless m,^build_requires,' ${WRKSRC}/Makefile.PL +MAN3= String::Diff.3 .include <bsd.port.mk> diff --git a/devel/p5-String-Diff/distinfo b/devel/p5-String-Diff/distinfo index b88a5f898afd..792b7a94d3db 100644 --- a/devel/p5-String-Diff/distinfo +++ b/devel/p5-String-Diff/distinfo @@ -1,2 +1,2 @@ -SHA256 (String-Diff-0.04.tar.gz) = b6712f65cb9ab09d0a83c9cf968992031effd1263cdf8b8bcb9f17016e7eb321 -SIZE (String-Diff-0.04.tar.gz) = 40009 +SHA256 (String-Diff-0.05.tar.gz) = dc0ea640f39dc72b7fc44b0d0bfec8ee8a2f8ebbb0e5b77986492fe69e6cf2b0 +SIZE (String-Diff-0.05.tar.gz) = 28058 diff --git a/devel/p5-String-Diff/pkg-plist b/devel/p5-String-Diff/pkg-plist index 1ef422ebff75..27af3d56d267 100644 --- a/devel/p5-String-Diff/pkg-plist +++ b/devel/p5-String-Diff/pkg-plist @@ -1,5 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Diff/.packlist %%SITE_PERL%%/String/Diff.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Diff/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Diff @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String @dirrmtry %%SITE_PERL%%/String |