diff options
author | demon <demon@FreeBSD.org> | 2003-12-10 23:35:25 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-12-10 23:35:25 +0800 |
commit | 7f0f888d6c5b964f797db88945a2ec91eb282fca (patch) | |
tree | 672b4b1ae7a4ffb412ba21a87d4d4d81d77ad7b9 /security/p5-Digest-MD5/Makefile | |
parent | 74a7b035e28b4ae4c8c985ec2a6022967331659d (diff) | |
download | freebsd-ports-gnome-7f0f888d6c5b964f797db88945a2ec91eb282fca.tar.gz freebsd-ports-gnome-7f0f888d6c5b964f797db88945a2ec91eb282fca.tar.zst freebsd-ports-gnome-7f0f888d6c5b964f797db88945a2ec91eb282fca.zip |
Update to version 2.33.
Approved by: maintainer
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 6fd1b2b91360..b62d9dac0795 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.30 +PORTVERSION= 2.33 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org COMMENT= Perl5 interface to the MD5 algorithm +BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes CONFIGURE_ARGS= INSTALLDIRS=site |