Index: head/security/p5-Crypt-LibSCEP/Makefile =================================================================== --- head/security/p5-Crypt-LibSCEP/Makefile (revision 566005) +++ head/security/p5-Crypt-LibSCEP/Makefile (revision 566006) @@ -1,34 +1,34 @@ # Created by: Sergei Vyshenski # $FreeBSD$ PORTNAME= Crypt-LibSCEP PORTVERSION= 0.08 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- MAINTAINER= svysh.fbsd@gmail.com COMMENT= Easy-to-use interface between LibSCEP and Perl programs LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/Readme.md BUILD_DEPENDS= libscep>=0.08:security/libscep RUN_DEPENDS= libscep>=0.08:security/libscep -USES= gmake perl5 ssl -USE_PERL5= configure -USE_GCC= yes +USES= gmake localbase perl5 ssl USE_GITHUB= yes GH_ACCOUNT= openxpki GH_PROJECT= libscep +USE_PERL5= configure WRKSRC_SUBDIR= src/clients/perl/${PORTNAME} -DOTNAME= ${PORTNAME:S|-|.|g} -NAME1= ${DOTNAME:R} -NAME2= ${DOTNAME:E} +_DOTNAME= ${PORTNAME:S|-|.|g} +_NAME1= ${_DOTNAME:R} +_NAME2= ${_DOTNAME:E} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/${NAME1}/${NAME2}/${NAME2}.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/${_NAME1}/${_NAME2}/${_NAME2}.so .include