2013-03-14 19:10:47 +01:00
|
|
|
# Created by: ijliao
|
2003-02-09 06:35:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Digest-MD4
|
2013-03-22 12:18:42 +01:00
|
|
|
PORTVERSION= 1.9
|
2003-02-09 06:35:18 +01:00
|
|
|
CATEGORIES= security perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-02-09 06:35:18 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl5 interface to the MD4 message digest algorithm
|
2003-02-09 06:35:18 +01:00
|
|
|
|
2013-03-14 19:10:47 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2003-02-09 06:35:18 +01:00
|
|
|
|
|
|
|
MAN3= Digest::MD4.3
|
2004-10-12 12:11:51 +02:00
|
|
|
PORTDOCS= Changes rfc1320.txt
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2013-03-14 19:10:47 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2004-10-12 12:11:51 +02:00
|
|
|
post-install:
|
2013-03-14 19:10:47 +01:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${DOCSDIR}/
|
|
|
|
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
2004-10-12 12:11:51 +02:00
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2003-02-09 06:35:18 +01:00
|
|
|
.include <bsd.port.mk>
|