diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-15 02:10:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-15 02:10:47 +0800 |
commit | ec6aa8b36c00f5bf209232203da2837877946110 (patch) | |
tree | 456949a6d4ccf3f2db76d471d361672b96709c6e | |
parent | acd971ef227e57b65e21f0e28274c9f3e17e8dea (diff) | |
download | freebsd-ports-gnome-ec6aa8b36c00f5bf209232203da2837877946110.tar.gz freebsd-ports-gnome-ec6aa8b36c00f5bf209232203da2837877946110.tar.zst freebsd-ports-gnome-ec6aa8b36c00f5bf209232203da2837877946110.zip |
- Update to 1.7
- Add LICENSE
- Convert to new options framework
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Digest-MD4/Changes
-rw-r--r-- | security/p5-Digest-MD4/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Digest-MD4/distinfo | 4 |
2 files changed, 14 insertions, 13 deletions
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index 7ebd832eebd9..251f5038b037 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -1,13 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Digest-MD4 -# Date created: Feb 9, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Digest-MD4 -PORTVERSION= 1.5 +PORTVERSION= 1.7 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,16 +10,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the MD4 message digest algorithm +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +OPTIONS_DEFINE= DOCS + PERL_CONFIGURE= yes MAN3= Digest::MD4.3 - -.if !defined(NOPORTDOCS) PORTDOCS= Changes rfc1320.txt +.include <bsd.port.options.mk> + post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif diff --git a/security/p5-Digest-MD4/distinfo b/security/p5-Digest-MD4/distinfo index f2a1da71d18d..aecae30e15a6 100644 --- a/security/p5-Digest-MD4/distinfo +++ b/security/p5-Digest-MD4/distinfo @@ -1,2 +1,2 @@ -SHA256 (Digest-MD4-1.5.tar.gz) = c7d7a32f5c2710c929b5688a7b057ec8ddbc51cf278f623e771fc02dcabd6a1f -SIZE (Digest-MD4-1.5.tar.gz) = 29442 +SHA256 (Digest-MD4-1.7.tar.gz) = f3ad0a9c3804acc1f70c9901fa78f13f89b415c9175fe2cc3a6225fa048039b8 +SIZE (Digest-MD4-1.7.tar.gz) = 29219 |