diff options
author | erwin <erwin@FreeBSD.org> | 2006-04-28 16:09:46 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-04-28 16:09:46 +0800 |
commit | 59776d0a167696b5d78f276d22ccea03b7ff1f39 (patch) | |
tree | ffe3552ed03ae90d3170b51e00f8b28e915a5c30 /security/p5-Crypt-IDEA/Makefile | |
parent | e38d61cea5bff00450fd70591c43c6ada1819907 (diff) | |
download | freebsd-ports-gnome-59776d0a167696b5d78f276d22ccea03b7ff1f39.tar.gz freebsd-ports-gnome-59776d0a167696b5d78f276d22ccea03b7ff1f39.tar.zst freebsd-ports-gnome-59776d0a167696b5d78f276d22ccea03b7ff1f39.zip |
Update to 1.08
PR: 96439
Submitted by: leeym
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index d7feb73f0bf5..010d31f0da0b 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-IDEA -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl5 interface to IDEA block cipher +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= yes MAN3= Crypt::IDEA.3 |