diff options
Diffstat (limited to 'security/p5-Authen-Bitcard/Makefile')
-rw-r--r-- | security/p5-Authen-Bitcard/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Authen-Bitcard/Makefile b/security/p5-Authen-Bitcard/Makefile index 169135294f27..19936a06925e 100644 --- a/security/p5-Authen-Bitcard/Makefile +++ b/security/p5-Authen-Bitcard/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Authen-Bitcard -# Date created: 2007/01/16 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= Authen-Bitcard PORTVERSION= 0.90 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-URI>=1.22:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Authen::Bitcard.3 |