diff options
Diffstat (limited to 'security/p5-OpenCA-X509')
-rw-r--r-- | security/p5-OpenCA-X509/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-OpenCA-X509/Makefile b/security/p5-OpenCA-X509/Makefile index eeeb2fd2c426..98baefa5c412 100644 --- a/security/p5-OpenCA-X509/Makefile +++ b/security/p5-OpenCA-X509/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-OpenCA-X509 -# Date created: 2012-03-09 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= OpenCA-X509 PORTVERSION= 0.9.10 @@ -18,7 +14,8 @@ COMMENT= Perl extension for handling X509 Certificates BUILD_DEPENDS= p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PORTSCOUT= skipv:0.9.47 |