head	1.11;
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.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3;
locks; strict;
comment	@# @;


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

1.10
date	2010.01.16.14.45.45;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	2009.01.29.17.41.11;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2008.04.17.14.28.11;	author araujo;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.04.15.10;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.17.20.06.57;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.06.12.16.41.09;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.13.26.51;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.08.15.11.45.06;	author naddy;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.19.08.18.09;	author sobomax;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-PasswdMD5
# Date created:				18 June, 2002
# Whom:					Erwin Lansing <erwin@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Crypt-PasswdMD5/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-PasswdMD5
PORTVERSION=	1.3
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl module that provides interoperable MD5-based crypt() function

PERL_CONFIGURE=	yes

MAN3=		Crypt::PasswdMD5.3

pre-patch:
	@@${REINPLACE_CMD} -e 's|[[:cntrl:]]$$||g' ${WRKSRC}/PasswdMD5.pm

.include <bsd.port.mk>
@


1.10
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
  maintained by (perl|ports|kuriyama)@@FreeBSD.org.

- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
  ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
  Encode, Digest, Pod::Parser, File::Spec.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Reassign my p5-* ports to perl@@ so more than one person
can look at them.
@
text
@d10 1
a17 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS=	${BUILD_DEPENDS}

@


1.8
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
@d14 1
a14 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.7
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.6
log
@Update to 1.3
@
text
@a20 1
USE_REINPLACE=	yes
@


1.5
log
@Change to my FreeBSD.org address
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d18 3
a23 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.4
log
@De-pkg-comment.
@
text
@d3 1
a3 1
# Whom:					Erwin Lansing <erwin@@lansing.dk>
d15 1
a15 1
MAINTAINER=	erwin@@lansing.dk
@


1.3
log
@Fix expression for REINPLACE_CMD to work with sed.

PR:		41679
Submitted by:	Kimura Fuyuki <fuyuki@@hadaly.org>

This uses a slightly different fix.
@
text
@d16 1
@


1.2
log
@Add USE_REINPLACE where appropriate.
@
text
@d24 1
a24 1
	@@${REINPLACE_CMD} -e 's|\r||g' ${WRKSRC}/PasswdMD5.pm
@


1.1
log
@add p5-Crypt-PasswordMD5 1.2
Perl module that provides interoperable MD5-based crypt() function

PR:		39467
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d17 1
@

