head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	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.8
	RELEASE_4_11_0:1.5
	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.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


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

1.12
date	2011.12.29.21.59.04;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2008.07.16.15.21.30;	author leeym;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.17.14.28.26;	author araujo;	state Exp;
branches;
next	1.9;

1.9
date	2007.03.23.09.47.31;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2005.04.01.23.05.57;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2005.03.09.17.25.16;	author leeym;	state Exp;
branches;
next	1.6;

1.6
date	2005.02.28.04.05.14;	author kris;	state Exp;
branches;
next	1.5;

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

1.4
date	2003.07.01.03.54.22;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.10.45;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.22.16.12.22;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.12.00.49.14;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Tie-EncryptedHash
# Date created:				Tue Sep 11 10:31:23 PDT 2001
# Whom:	      				Michael Haro <mharo@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Tie-EncryptedHash/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Tie-EncryptedHash
PORTVERSION=	1.24
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Hashes (and objects based on hashes) with encrypting fields

BUILD_DEPENDS=	p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
		p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES

PERL_CONFIGURE=	yes

MAN3=		Tie::EncryptedHash.3

.include <bsd.port.mk>
@


1.12
log
@- Add missing BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- update to 1.24
@
text
@d17 4
a20 1
RUN_DEPENDS=	p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
@


1.10
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.21
d17 1
a17 4
BUILD_DEPENDS=	${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
		${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
		${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
@


1.9
log
@Reset mharo due to maintainer-timeouts and no response to PRs.

Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Tie
@


1.8
log
@Remove BROKEN tag left in after previous commit that fixed the plist.

Approved by:    portmgr (self)
@
text
@d15 1
a15 1
MAINTAINER=	mharo@@FreeBSD.org
@


1.7
log
@- utilize SITE_PERL
- add WWW in pkg-descr
- remove extra directory

PR:		77999
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@a22 2
BROKEN=		Incomplete pkg-plist

@


1.6
log
@BROKEN: Incomplete pkg-plist
@
text
@d18 4
a21 6
PERLBASE=	${SITE_PERL}

BUILD_DEPENDS=	${PERLBASE}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
		${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
		${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
		${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
@


1.5
log
@utilize SITE_PERL

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


1.4
log
@PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 1.21

maintainer timeout:     > 10 days
@
text
@d18 1
a18 1
PERLBASE=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a26 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d22 2
a23 1
		${PERLBASE}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish
@


1.2
log
@Remove RESTRICTED tag for crypto stuff.

Approved by:	kris (implicitly)
@
text
@d16 1
@


1.1
log
@Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting
containers of data.
@
text
@a22 2
RESTRICTED=	"Crypto; export-controlled"

@

