head	1.14;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2013.03.22.14.11.01;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2013.03.16.12.30.02;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2013.03.14.19.34.23;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.16.09.55.26;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2007.08.31.13.37.19;	author mat;	state Exp;
branches;
next	1.8;

1.8
date	2005.06.11.16.13.00;	author skv;	state Exp;
branches;
next	1.7;

1.7
date	2004.11.18.15.04.07;	author mat;	state Exp;
branches;
next	1.6;

1.6
date	2004.10.12.10.11.51;	author mat;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.04.13.42.12;	author mat;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.04.17.10.47;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.03.39;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.20.18.59.09;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.09.05.35.18;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314905
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: ijliao
# $FreeBSD: head/security/p5-Digest-MD4/Makefile 314905 2013-03-22 11:18:42Z tobez $

PORTNAME=	Digest-MD4
PORTVERSION=	1.9
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
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
PORTDOCS=	Changes rfc1320.txt

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}/
	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>
@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314284
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/p5-Digest-MD4/Makefile 314284 2013-03-15 09:44:47Z tobez $
d5 1
a5 1
PORTVERSION=	1.8
@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314175
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/p5-Digest-MD4/Makefile 314175 2013-03-14 18:10:47Z sunpoet $
d5 1
a5 1
PORTVERSION=	1.7
@


1.11
log
@Switch exporter over
@
text
@d1 2
a2 7
# ex:ts=8
# Ports collection makefile for:	p5-Digest-MD4
# Date created:			Feb 9, 2003
# Whom:				ijliao
#
# $FreeBSD: head/security/p5-Digest-MD4/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.5
d13 5
d21 1
d23 1
a23 2
.if !defined(NOPORTDOCS)
PORTDOCS=	Changes rfc1320.txt
d26 3
a28 2
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@


1.10
log
@Reset mat@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.9
log
@Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
@
text
@d15 1
a15 1
MAINTAINER=	mat@@FreeBSD.org
@


1.8
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.7
log
@Update to 1.5
@
text
@a19 1
CONFIGURE_ARGS=	INSTALLDIRS=site
@


1.6
log
@Update to 1.4
Add docs
@
text
@d10 1
a10 1
PORTVERSION=	1.4
@


1.5
log
@Update to 1.3
@
text
@d10 1
a10 1
PORTVERSION=	1.3
d23 9
@


1.4
log
@Update to 1.2
fix install on perl >= 5.8.0
@
text
@d10 1
a10 1
PORTVERSION=	1.2
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d10 1
a10 1
PORTVERSION=	1.1
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d20 1
@


1.2
log
@De-pkg-comment.
@
text
@a20 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.1
log
@add p5-Digest-MD4 1.1
Perl5 interface to the MD4 message digest algorithm
@
text
@d17 1
@

