diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-26 03:01:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-26 03:01:34 +0800 |
commit | f00532c6ad517a2f9d70f0ca93b0efa0991e091e (patch) | |
tree | c4b985a051fd1aa19028596fa5c9749fd24f0567 /security | |
parent | a441db15478e6040e73e23a1a9bf56793722883e (diff) | |
download | freebsd-ports-gnome-f00532c6ad517a2f9d70f0ca93b0efa0991e091e.tar.gz freebsd-ports-gnome-f00532c6ad517a2f9d70f0ca93b0efa0991e091e.tar.zst freebsd-ports-gnome-f00532c6ad517a2f9d70f0ca93b0efa0991e091e.zip |
Pod::Coverage and Test::Pod::Coverage are TEST depends, not BUILD/RUN.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Cracklib/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index 29ab0105ffb1..5bee10b9ec24 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-Cracklib PORTVERSION= 1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,9 @@ COMMENT= Perl interface to Alec Muffet's cracklib library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \ - p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage -RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib +TEST_DEPENDS= p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \ + p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage USES= perl5 USE_PERL5= configure |