diff options
Diffstat (limited to 'misc/p5-Net-vCard/Makefile')
-rw-r--r-- | misc/p5-Net-vCard/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Net-vCard/Makefile b/misc/p5-Net-vCard/Makefile index d3eb76ca3384..86407f6f6e4d 100644 --- a/misc/p5-Net-vCard/Makefile +++ b/misc/p5-Net-vCard/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-vCard -# Date created: 16 April 2003 -# Whom: Mathieu Arnold <m@absolight.net> -# +# Created by: Mathieu Arnold <m@absolight.net> # $FreeBSD$ -# PORTNAME= Net-vCard PORTVERSION= 0.5 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read and write vCard files (RFC 2426) -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::vFile.3 Net::vCard.3 |