diff options
author | az <az@FreeBSD.org> | 2013-09-12 01:17:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 01:17:46 +0800 |
commit | ad24e1f6bcf840fa6803c2600f35b03ecf3a69e0 (patch) | |
tree | 7b7cb14f7ebcc61a1cc4b02de0969d411923d421 /security/p5-Crypt-GCrypt | |
parent | 8f533d4ebc32908f02bf9efed0e7197c1c990351 (diff) | |
download | freebsd-ports-gnome-ad24e1f6bcf840fa6803c2600f35b03ecf3a69e0.tar.gz freebsd-ports-gnome-ad24e1f6bcf840fa6803c2600f35b03ecf3a69e0.tar.zst freebsd-ports-gnome-ad24e1f6bcf840fa6803c2600f35b03ecf3a69e0.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Crypt-GCrypt')
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index 04c250775d2a..6d409c71e902 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -16,7 +16,8 @@ LICENSE_COMB= dual LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ GCRYPTINCPATH=${LOCALBASE}/include |