diff options
Diffstat (limited to 'security/p5-Crypt-CAST5_PP/Makefile')
-rw-r--r-- | security/p5-Crypt-CAST5_PP/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile index 86ad4dea4a74..73daa7ae796c 100644 --- a/security/p5-Crypt-CAST5_PP/Makefile +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-CAST5_PP -# Date created: 9 September 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# +# Created by: Kimura Fuyuki <fuyuki@hadaly.org> # $FreeBSD$ -# PORTNAME= Crypt-CAST5_PP PORTVERSION= 1.04 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= CAST5 block cipher in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::CAST5_PP.3 |