diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2012-02-12 06:33:25 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2012-02-12 06:33:25 +0800 |
commit | 88c7443f7130d6390ed12526a544662bce558fb7 (patch) | |
tree | ba4a86c41cd2d45cd39259e4b34c7927d937624b /devel | |
parent | 7515982db439f7aa414dc002ad42136ea38cf294 (diff) | |
download | freebsd-ports-gnome-88c7443f7130d6390ed12526a544662bce558fb7.tar.gz freebsd-ports-gnome-88c7443f7130d6390ed12526a544662bce558fb7.tar.zst freebsd-ports-gnome-88c7443f7130d6390ed12526a544662bce558fb7.zip |
- Fix Depends
- Bump PORTREVISION
PR: ports/164915
Submitted by: Steve Wills <swills@freebsd.org>
Approved by: cm@therek.net (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-CPAN-Checksums/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-CPAN-Checksums/Makefile b/devel/p5-CPAN-Checksums/Makefile index 78f2815f4aca..ea1955524ac8 100644 --- a/devel/p5-CPAN-Checksums/Makefile +++ b/devel/p5-CPAN-Checksums/Makefile @@ -7,6 +7,7 @@ PORTNAME= CPAN-Checksums PORTVERSION= 2.07 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= cm@therek.net COMMENT= Perl module to write a CHECKSUMS file for a directory as on CPAN -BUILD_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare -RUN_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare +BUILD_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \ + p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature +RUN_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \ + p5-Module-Signature>=0:${PORTSDIR}/security/p5-Module-Signature +TEST_DEPENDS= p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2 PERL_CONFIGURE= YES |