head	1.19;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2011.09.30.10.51.29;	author culot;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.17.06.49.14;	author sunpoet;	state Exp;
branches;
next	1.16;

1.16
date	2011.07.03.11.40.47;	author swills;	state Exp;
branches;
next	1.15;

1.15
date	2010.07.27.01.25.18;	author wxs;	state Exp;
branches;
next	1.14;

1.14
date	2010.02.10.07.55.08;	author wen;	state Exp;
branches;
next	1.13;

1.13
date	2010.01.11.02.20.18;	author wen;	state Exp;
branches;
next	1.12;

1.12
date	2009.11.09.08.20.40;	author arved;	state Exp;
branches;
next	1.11;

1.11
date	2009.02.09.21.31.03;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2009.01.06.13.01.10;	author rafan;	state Exp;
branches;
next	1.9;

1.9
date	2008.07.25.14.34.36;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.14.00.59;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2008.02.28.21.47.05;	author arved;	state Exp;
branches;
next	1.6;

1.6
date	2008.02.26.20.03.20;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2007.10.30.09.23.19;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.09.00.10.46;	author linimon;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.05.27.10.40.53;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.06.04.58.39;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-GCrypt
# Date created:		2006-09-28
# Whom:			TAKAHASHI Kaoru <kaoru@@kaisei.org>
#
# $FreeBSD: head/security/p5-Crypt-GCrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-GCrypt
PORTVERSION=	1.25
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kaoru@@kaisei.org
COMMENT=	Perl interface to the GNU Cryptographic library

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt

PERL_CONFIGURE=	yes
CONFIGURE_ARGS+=	GCRYPTLIBPATH=${LOCALBASE}/lib \
		GCRYPTINCPATH=${LOCALBASE}/include

MAN3=		Crypt::GCrypt.3 Crypt::GCrypt::MPI.3

.include <bsd.port.mk>
@


1.18
log
@- Update to 1.25 [1]
- Add LICENSE (Artistic 1 & GPLv1)
- Reset PORTREVISION

Changes:	http://search.cpan.org/dist/Crypt-GCrypt/Changelog
PR:		ports/161125 [1]
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d9 1
a9 2
PORTVERSION=	1.24
PORTREVISION=	2
d17 3
@


1.16
log
@- Chase the libgcrypt shared lib version
@
text
@d20 1
a20 1
PERL_CONFIGURE=	5.6.0+
@


1.15
log
@Chase security/libgcrypt shlib bump.

PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@@ueo.co.jp>
@
text
@d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
LIB_DEPENDS=	gcrypt.17:${PORTSDIR}/security/libgcrypt
@


1.14
log
@- Update to 1.24

PR:		ports/143719
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	gcrypt.16:${PORTSDIR}/security/libgcrypt
@


1.13
log
@- Update to 1.23

PR:		ports/142553
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.23
d23 1
a23 1
MAN3=		Crypt::GCrypt.3
@


1.12
log
@Update to 1.22

PR:		140404
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.22
@


1.11
log
@- Update to 1.21

PR:		131419
Submitted by:	Wen Heping <wenheping@@gmail.com>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.21
@


1.10
log
@- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:		 ports/127478
@
text
@d9 1
a9 2
PORTVERSION=	1.20
PORTREVISION=	3
@


1.9
log
@- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
@
text
@d10 1
a10 1
PORTREVISION=	2
d18 1
a18 1
LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt
@


1.8
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@a22 1
USE_GCC=	3.2+
@


1.7
log
@Chase libgcrypt library version
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Update to 1.20
- Better adjustment of dependencies
- Style

PR:		ports/121011
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Approved by:	maintainer
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt
@


1.5
log
@- Update to 1.17

PR:		117659
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.17
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
d19 1
a19 1
PERL_CONFIGURE=	yes
d26 1
a26 6
.include <bsd.port.pre.mk>

post-extract:
	${RM} -f ${WRKSRC}/._Makefile.PL

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


1.4
log
@Fix mismerge.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.16
d18 1
a18 1
LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt
a30 2
	${RM} -f ${WRKSRC}/._GCrypt.pm
	${RM} -f ${WRKSRC}/._GCrypt.xs
@


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
@d34 1
a34 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 1.16

PR:		112600
Submitted by:	TAKAHASHI Kaoru <kaoru@@kaisei.org> (maintainer)
@
text
@d34 1
a34 9
.if ${PERL_LEVEL} < 500600
post-patch:
	${PERL} -pi -e 's/^our (\W\w+);/use vars q($$1);/o;' \
	    -e 's/^our\s+(\W\w+)(?!;)/use vars q($$1); $$1/o;' \
	    -e 'undef $$_ if /^\s*(no|use) warnings/o;' \
	    ${WRKSRC}/GCrypt.pm ${WRKSRC}/Makefile.PL
.endif

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


1.1
log
@Add p5-Crypt-GCrypt 1.15, perl interface to the GNU Cryptographic
library.

PR:		ports/103767
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.15
d29 5
@

