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/pam_pgina | |
parent | d3c0ca8fe5c6337a0f4c29f8264733e9c45ae9f2 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326975
Diffstat (limited to 'security/pam_pgina')
-rw-r--r-- | security/pam_pgina/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/pam_pgina/Makefile b/security/pam_pgina/Makefile index 1bec15fcd7c3..b5d99cda0369 100644 --- a/security/pam_pgina/Makefile +++ b/security/pam_pgina/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pam_pGina -# Date created: Thu Apr 29 16:03:45 UTC 2004 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pam_pGina PORTVERSION= 1.1.3 @@ -20,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/GPL USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run post-patch: # PREFIX safeness |