aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Twofish/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2002-09-21 05:53:33 +0800
committernork <nork@FreeBSD.org>2002-09-21 05:53:33 +0800
commitb07b680e082d2c4556dea7ce0c2fa1bb83af5962 (patch)
tree5918d58f33c7a39d8e0c848c82576256b2e58648 /security/p5-Crypt-Twofish/Makefile
parent676c4b2ac3f023fbcaf37c3033564bc2cefdc929 (diff)
downloadfreebsd-ports-gnome-b07b680e082d2c4556dea7ce0c2fa1bb83af5962.tar.gz
freebsd-ports-gnome-b07b680e082d2c4556dea7ce0c2fa1bb83af5962.tar.zst
freebsd-ports-gnome-b07b680e082d2c4556dea7ce0c2fa1bb83af5962.zip
Update to 2.12
PR: ports/42619 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Approved by: knu (mentor)
Diffstat (limited to 'security/p5-Crypt-Twofish/Makefile')
-rw-r--r--security/p5-Crypt-Twofish/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile
index 075aa8ed6b4d..cac1f9e8b3be 100644
--- a/security/p5-Crypt-Twofish/Makefile
+++ b/security/p5-Crypt-Twofish/Makefile
@@ -1,12 +1,12 @@
-# New ports collection makefile for: Twofish
+# New ports collection makefile for: Crypt-Twofish
# Date created: Wed Jan 3 16:29:03 2001
# Whom: will
#
# $FreeBSD$
#
-PORTNAME= Twofish
-PORTVERSION= 1.0
+PORTNAME= Crypt-Twofish
+PORTVERSION= 2.12
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/Crypt/Twofish
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Crypt::Twofish.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
.include <bsd.port.mk>