mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Fix Depends
- Bump PORTREVISION PR: ports/164915 Submitted by: Steve Wills <swills@freebsd.org> Approved by: cm@therek.net (maintainer)
This commit is contained in:
parent
aefb0a63b0
commit
994b7ccc80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290949
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user