diff options
author | culot <culot@FreeBSD.org> | 2012-05-25 22:50:13 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-05-25 22:50:13 +0800 |
commit | 96e22558d9a62069252548f5d2cdfa27358706ec (patch) | |
tree | 95dc98af045a22d46ff9db146e76892aba34881c /devel | |
parent | cc773ab410dc4bf0ba80d97f027a1e00f2e1b247 (diff) | |
download | freebsd-ports-gnome-96e22558d9a62069252548f5d2cdfa27358706ec.tar.gz freebsd-ports-gnome-96e22558d9a62069252548f5d2cdfa27358706ec.tar.zst freebsd-ports-gnome-96e22558d9a62069252548f5d2cdfa27358706ec.zip |
- Update to 0.300001
- Remove SITE_PERL from BUILD_DEPENDS
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/POE-Component-DirWatch/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-POE-Component-DirWatch/Makefile | 13 | ||||
-rw-r--r-- | devel/p5-POE-Component-DirWatch/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-POE-Component-DirWatch/Makefile b/devel/p5-POE-Component-DirWatch/Makefile index fd0b423b73d0..86a590942d18 100644 --- a/devel/p5-POE-Component-DirWatch/Makefile +++ b/devel/p5-POE-Component-DirWatch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-DirWatch -PORTVERSION= 0.300000 +PORTVERSION= 0.300001 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= POE directory watcher -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ - ${SITE_PERL}/MooseX/Types/Path/Class.pm:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ - ${SITE_PERL}/File/Signature.pm:${PORTSDIR}/sysutils/p5-File-Signature +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-POE>=0.12:${PORTSDIR}/devel/p5-POE \ + p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \ + p5-MooseX-Types-Path-Class>0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ + p5-File-Signature>0:${PORTSDIR}/sysutils/p5-File-Signature RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-POE-Component-DirWatch/distinfo b/devel/p5-POE-Component-DirWatch/distinfo index 727b4a47c1bc..58f75d3ea584 100644 --- a/devel/p5-POE-Component-DirWatch/distinfo +++ b/devel/p5-POE-Component-DirWatch/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-DirWatch-0.300000.tar.gz) = be32b8d81a466a19bb49915e9f426d40aa30804c11d82b6d86179702d76377f4 -SIZE (POE-Component-DirWatch-0.300000.tar.gz) = 25991 +SHA256 (POE-Component-DirWatch-0.300001.tar.gz) = 58bf343ad6e2accc2336c11d18f999e66bdb8536ec5c9577c1c6c4b1d622da45 +SIZE (POE-Component-DirWatch-0.300001.tar.gz) = 27106 |