diff options
author | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 20:59:14 +0800 |
commit | d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b (patch) | |
tree | 3de49af9a7eb845fcd7be62f0e00c65cb7f39532 /security/p5-Authen-Passphrase | |
parent | 1bfb9f578ed6894d1e0be173af564da786409163 (diff) | |
download | freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.gz freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.tar.zst freebsd-ports-gnome-d4b9ade4b59d43102f6bd5c1e2ec1bfb1d56520b.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Authen-Passphrase')
-rw-r--r-- | security/p5-Authen-Passphrase/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Authen-Passphrase/Makefile b/security/p5-Authen-Passphrase/Makefile index 6b3773d9872c..a111550e89c3 100644 --- a/security/p5-Authen-Passphrase/Makefile +++ b/security/p5-Authen-Passphrase/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Passphrase -# Date created: 01 Jun 2008 -# Whom: brix@FreeBSD.org -# +# Created by: brix@FreeBSD.org # $FreeBSD$ -# PORTNAME= Authen-Passphrase PORTVERSION= 0.008 @@ -30,7 +26,8 @@ BUILD_DEPENDS= p5-Authen-DecHpwd>=0:${PORTSDIR}/security/p5-Authen-DecHpwd \ p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Authen::Passphrase.3 \ Authen::Passphrase::AcceptAll.3 \ |