diff options
Diffstat (limited to 'security/p5-Crypt-GOST_PP/Makefile')
-rw-r--r-- | security/p5-Crypt-GOST_PP/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-GOST_PP/Makefile b/security/p5-Crypt-GOST_PP/Makefile index 3c2682e9ee48..2f5a3d10be15 100644 --- a/security/p5-Crypt-GOST_PP/Makefile +++ b/security/p5-Crypt-GOST_PP/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-GOST_PP -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-GOST_PP @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl extension for GOST Encryption Algorithm in pure Perl -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::GOST_PP.3 |