diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-12-10 15:35:25 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-12-10 15:35:25 +0000 |
commit | ff97a7adbb63d09838c3c4c1a1afba701e6beefc (patch) | |
tree | cf4c2e9a839f2fc1d37b5fa88b7995c0b61d0bca /security/p5-Digest-MD5/Makefile | |
parent | d16e0ad1256582401766d33ac9488e2348ebe7b9 (diff) | |
download | ports-ff97a7adbb63d09838c3c4c1a1afba701e6beefc.tar.gz ports-ff97a7adbb63d09838c3c4c1a1afba701e6beefc.zip |
Notes
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 |