diff options
author | az <az@FreeBSD.org> | 2013-09-12 03:02:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 03:02:50 +0800 |
commit | 776da33fb7d88ebe680e2c46985367b89a897148 (patch) | |
tree | 7127be075a7d938613184f2e73da5dae34882137 /security/p5-Crypt-Juniper | |
parent | bc405a91614e3d391faf567ec9312cfa29605541 (diff) | |
download | freebsd-ports-gnome-776da33fb7d88ebe680e2c46985367b89a897148.tar.gz freebsd-ports-gnome-776da33fb7d88ebe680e2c46985367b89a897148.tar.zst freebsd-ports-gnome-776da33fb7d88ebe680e2c46985367b89a897148.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Crypt-Juniper')
-rw-r--r-- | security/p5-Crypt-Juniper/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-Juniper/Makefile b/security/p5-Crypt-Juniper/Makefile index 88cb6a455507..380c42e032bb 100644 --- a/security/p5-Crypt-Juniper/Makefile +++ b/security/p5-Crypt-Juniper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-Juniper -# Date created: 2009-01-29 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Crypt-Juniper PORTVERSION= 0.02 @@ -17,7 +13,8 @@ COMMENT= Encrypt and decrypt Juniper $9$ secrets TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Juniper.3 |