View | Details | Raw Unified | Return to bug 121011
Collapse All | Expand All

(-)Makefile (-10 / +4 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	Crypt-GCrypt
8
PORTNAME=	Crypt-GCrypt
9
PORTVERSION=	1.17
9
PORTVERSION=	1.20
10
CATEGORIES=	security perl5
10
CATEGORIES=	security perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	Crypt
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
14
13
15
MAINTAINER=	kaoru@kaisei.org
14
MAINTAINER=	kaoru@kaisei.org
Lines 17-32 Link Here
17
16
18
LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt
17
LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt
19
18
20
PERL_CONFIGURE=	yes
19
PERL_CONFIGURE=	5.6.0+
21
CONFIGURE_ARGS+=	GCRYPTLIBPATH=${LOCALBASE}/lib \
20
CONFIGURE_ARGS+=	GCRYPTLIBPATH=${LOCALBASE}/lib \
22
		GCRYPTINCPATH=${LOCALBASE}/include
21
		GCRYPTINCPATH=${LOCALBASE}/include
23
USE_GCC=	3.2+
22
USE_GCC=	3.2+
24
23
25
MAN3=		Crypt::GCrypt.3
24
MAN3=		Crypt::GCrypt.3
26
25
27
.include <bsd.port.pre.mk>
26
.include <bsd.port.mk>
28
29
post-extract:
30
	${RM} -f ${WRKSRC}/._Makefile.PL
31
32
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Crypt-GCrypt-1.17.tar.gz) = 2473ebf9bbad3647f2b0f57ab072c3e1
1
MD5 (Crypt-GCrypt-1.20.tar.gz) = b45888282b0d2f4931478d812312fc34
2
SHA256 (Crypt-GCrypt-1.17.tar.gz) = 8966cb34af95bb2a93dec60fc9aabec03f88b1c45f2f37dbb40d29eb242ddfd3
2
SHA256 (Crypt-GCrypt-1.20.tar.gz) = 2e304466ce6d3b02b4c51b7d0f5b021d8e91a09267282649c6676777f2b09dd8
3
SIZE (Crypt-GCrypt-1.17.tar.gz) = 16366
3
SIZE (Crypt-GCrypt-1.20.tar.gz) = 17665

Return to bug 121011