diff options
Diffstat (limited to 'security/p5-CryptX/Makefile')
-rw-r--r-- | security/p5-CryptX/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile index 7ccd2960bf28..be8465f120e5 100644 --- a/security/p5-CryptX/Makefile +++ b/security/p5-CryptX/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.027 +PORTVERSION= 0.028 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- @@ -13,11 +13,10 @@ COMMENT= Crypto toolkit LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure post-install: ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so |