diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 12:59:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 12:59:14 +0000 |
commit | 466eb5c92fda5e535618dd152b1196572d6a5d83 (patch) | |
tree | 3de49af9a7eb845fcd7be62f0e00c65cb7f39532 /security/p5-Authen-Passphrase | |
parent | d3c0ca8fe5c6337a0f4c29f8264733e9c45ae9f2 (diff) | |
download | freebsd-ports-466eb5c92fda5e535618dd152b1196572d6a5d83.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 \ |