diff options
Diffstat (limited to 'security/p5-Digest-CRC/Makefile')
-rw-r--r-- | security/p5-Digest-CRC/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile index 0a54f4989e54..ef245884db36 100644 --- a/security/p5-Digest-CRC/Makefile +++ b/security/p5-Digest-CRC/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: p5-Digest-CRC -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan -# +# Created by: Gabor Kovesdan # $FreeBSD$ -# PORTNAME= Digest-CRC PORTVERSION= 0.18 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for calculating CRC checksums -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::CRC.3 |