head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.24.06.18.08;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.28.19;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.08.01.03.56;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2005.06.11.16.13.00;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.27.15.34.51;	author lth;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Digest-MD5-M4p
# Date created:        27 June 2004
# Whom:                Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Digest-MD5-M4p/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Digest-MD5-M4p
PORTVERSION=	0.01
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	Perl interface to a variant of the MD5 algorithm

PERL_CONFIGURE=	yes

MAN3=		Digest::MD5::M4p.3

post-extract:
	@@${PERL} -pi -e 's/\r//g' ${WRKSRC}/M4p.xs

.include <bsd.port.mk>
@


1.5
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 4).

Approved by:	portmgr (itetcu)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
a17 3
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS=	${BUILD_DEPENDS}

@


1.3
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.2
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
@d28 1
a28 10
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} <= 500503
post-configure:
	@@${PERL} -pi -e '$$_="" if /use warnings/' ${WRKSRC}/M4p.pm
	# make PREFIX-clean under perl 5.005_03
	@@${PERL} -pi -e 's,/usr/local/,\$${PREFIX}/,g' ${WRKSRC}/Makefile
.endif

.include <bsd.port.post.mk>
@


1.1
log
@Add p5-Digest-MD5-M4p 0.01,
Perl interface to a variant of the MD5 algorithm.

Approved by:	erwin (implicit)
@
text
@a21 1
CONFIGURE_ARGS=	INSTALLDIRS=site
@

