diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-14 18:10:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-14 18:10:47 +0000 |
commit | 76f6847646d44fa310012b21a123f2ae315b7ffe (patch) | |
tree | 456949a6d4ccf3f2db76d471d361672b96709c6e /security/p5-Digest-MD4 | |
parent | 357917bd8e9ffddc990d859339ff03b193c3fc1d (diff) | |
download | ports-76f6847646d44fa310012b21a123f2ae315b7ffe.tar.gz ports-76f6847646d44fa310012b21a123f2ae315b7ffe.zip |
Notes
Diffstat (limited to 'security/p5-Digest-MD4')
-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 |