diff options
author | swills <swills@FreeBSD.org> | 2012-03-09 07:18:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-09 07:18:06 +0800 |
commit | dcae4e139f4357d99c207769d9703d3151455e5c (patch) | |
tree | 52144e0d03c627dd7c5816b416fc6afee70f1c07 /security/p5-Crypt-Juniper | |
parent | cf7c1f1928427f99a3da47334bb0cf4275eb9cff (diff) | |
download | freebsd-ports-gnome-dcae4e139f4357d99c207769d9703d3151455e5c.tar.gz freebsd-ports-gnome-dcae4e139f4357d99c207769d9703d3151455e5c.tar.zst freebsd-ports-gnome-dcae4e139f4357d99c207769d9703d3151455e5c.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
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 |