aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-DES/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-26 11:30:17 +0800
committersteve <steve@FreeBSD.org>2001-02-26 11:30:17 +0800
commit7bacaded8b2c6403150d89b58ce928588bb6efc3 (patch)
treec749df2b6a2f7b29b4efc728cfa0aac871e77705 /security/p5-Crypt-DES/Makefile
parenta27fdf9372fd0d31791ea63212645a84b6ac606c (diff)
downloadfreebsd-ports-gnome-7bacaded8b2c6403150d89b58ce928588bb6efc3.tar.gz
freebsd-ports-gnome-7bacaded8b2c6403150d89b58ce928588bb6efc3.tar.zst
freebsd-ports-gnome-7bacaded8b2c6403150d89b58ce928588bb6efc3.zip
Update to version 2.03.
PR: 23806 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
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>