aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 03:30:17 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 03:30:17 +0000
commitc76693c52bc0f601f899521914c19fd5866ba2a5 (patch)
treea488cd98da583e0a34f39b46ff0b30d81be1bc4b /security/p5-Crypt-DES/Makefile
parent206c2580e5a6e3d8b99e95c03270a10ee485bb6d (diff)
downloadports-c76693c52bc0f601f899521914c19fd5866ba2a5.tar.gz
ports-c76693c52bc0f601f899521914c19fd5866ba2a5.zip
Notes
Diffstat (limited to 'security/p5-Crypt-DES/Makefile')
-rw-r--r--security/p5-Crypt-DES/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index 2f3b4cd0eb9f..3de3f9bfaa64 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Crypt-DES
-PORTVERSION= 1.01
+PORTVERSION= 2.03
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
@@ -16,13 +16,9 @@ MAINTAINER= ports@FreeBSD.org
RESTRICTED= "Crypto; export-controlled"
-USE_PERL5= yes
+PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::DES.3
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
- CC="${CC}" CCFLAGS="${CFLAGS}"
-
.include <bsd.port.mk>