Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Crypt-GCrypt |
8 |
PORTNAME= Crypt-GCrypt |
9 |
PORTVERSION= 1.16 |
9 |
PORTVERSION= 1.17 |
10 |
CATEGORIES= security perl5 |
10 |
CATEGORIES= security perl5 |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
12 |
MASTER_SITE_SUBDIR= Crypt |
12 |
MASTER_SITE_SUBDIR= Crypt |
Lines 15-21
Link Here
|
15 |
MAINTAINER= kaoru@kaisei.org |
15 |
MAINTAINER= kaoru@kaisei.org |
16 |
COMMENT= Perl interface to the GNU Cryptographic library |
16 |
COMMENT= Perl interface to the GNU Cryptographic library |
17 |
|
17 |
|
18 |
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt |
18 |
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt |
19 |
|
19 |
|
20 |
PERL_CONFIGURE= yes |
20 |
PERL_CONFIGURE= yes |
21 |
CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ |
21 |
CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ |
Lines 28-34
Link Here
|
28 |
|
28 |
|
29 |
post-extract: |
29 |
post-extract: |
30 |
${RM} -f ${WRKSRC}/._Makefile.PL |
30 |
${RM} -f ${WRKSRC}/._Makefile.PL |
31 |
${RM} -f ${WRKSRC}/._GCrypt.pm |
|
|
32 |
${RM} -f ${WRKSRC}/._GCrypt.xs |
33 |
|
31 |
|
34 |
.include <bsd.port.post.mk> |
32 |
.include <bsd.port.post.mk> |