diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-08 23:18:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-08 23:18:06 +0000 |
commit | 0e1d038bc962ca60ac8de17614ac931f3a8a85d4 (patch) | |
tree | 4d8b5ceb87db71c183beb87a200e4dcc5cb0fc96 /security/p5-Crypt-Juniper | |
parent | 3f000aabc108b6f4759f996afb523539ba393d53 (diff) |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=292986
Diffstat (limited to 'security/p5-Crypt-Juniper')
-rw-r--r-- | security/p5-Crypt-Juniper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Crypt-Juniper/Makefile b/security/p5-Crypt-Juniper/Makefile index 7d58ea8f3ce0..88cb6a455507 100644 --- a/security/p5-Crypt-Juniper/Makefile +++ b/security/p5-Crypt-Juniper/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Encrypt and decrypt Juniper $9$ secrets +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes MAN3= Crypt::Juniper.3 |