head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	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.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


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

1.9
date	2008.09.05.10.32.56;	author tobez;	state Exp;
branches;
next	1.8;

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

1.7
date	2005.03.09.07.40.51;	author tobez;	state Exp;
branches;
next	1.6;

1.6
date	2004.12.27.10.10.51;	author tobez;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.24.12.03.30;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.07.06.10.43;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.31.13.34.40;	author tobez;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.37.14;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.03.23.26.02;	author will;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Crypt-ECB
# Date created:				Wed Jan  3 16:09:46 2001
# Whom:					will
#
# $FreeBSD: head/security/p5-Crypt-ECB/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-ECB
PORTVERSION=	1.45
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@@FreeBSD.org
COMMENT=	Perl module implementing the ECB encryption algorithm

PERL_CONFIGURE=	yes

MAN3=		Crypt::ECB.3

.include <bsd.port.mk>
@


1.9
log
@Update to 1.45.

Changes: http://search.cpan.org/dist/Crypt-ECB/CHANGES
@
text
@d5 1
a5 1
# $FreeBSD$
@


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
@d9 1
a9 1
PORTVERSION=	1.40
@


1.7
log
@Update to 1.40.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.6
log
@Patch up for http://secunia.com/advisories/13566/
@
text
@d9 1
a9 2
PORTVERSION=	1.1p2
PORTREVISION=	1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION:S/p/-/}
a17 2
WRKSRC=		${WRKDIR}/${DISTNAME:S/-2//}

@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d10 1
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@a22 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.3
log
@Update to 1.1p2.
Provide better description, and add WWW.
Assume maintainership.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Crypt-ECB/Makefile,v 1.2 2001/03/01 06:37:14 vanilla Exp $
d17 1
@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Crypt-ECB/Makefile,v 1.1 2001/01/03 23:26:02 will Exp $
d9 1
a9 1
PORTVERSION=	1.1
d14 1
d16 3
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@Add p5-Crypt-ECB 1.1, perl module implementing the ECB encryption
algorithm.
@
text
@d5 1
a5 1
# $FreeBSD$
a16 1
USE_PERL5=	yes
@

