diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-08-16 16:12:11 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-08-16 16:12:11 +0000 |
commit | db6f4584c441979f61c6368a65e5532c807931ee (patch) | |
tree | 8d61a5f0404f0f513f4c06261599db9489b6c902 /security/p5-Digest-MD5/Makefile | |
parent | 5fcd8f8072015ede9b2389a0973f52591c46e139 (diff) | |
download | ports-db6f4584c441979f61c6368a65e5532c807931ee.tar.gz ports-db6f4584c441979f61c6368a65e5532c807931ee.zip |
Update to 2.27.
PR: 55313
Submitted by: mat
Notes
Notes:
svn path=/head/; revision=87068
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 86f52764eb4d..bedd9076e79c 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.26 +PORTVERSION= 2.27 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -16,6 +16,7 @@ MAINTAINER= petef@FreeBSD.org COMMENT= Perl5 interface to the MD5 algorithm PERL_CONFIGURE= yes +CONFIGURE_ARGS= INSTALLDIRS=site MAN3= Digest::MD5.3 |