diff options
Diffstat (limited to 'security/p5-openxpki-i18n/Makefile')
-rw-r--r-- | security/p5-openxpki-i18n/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index 4e5a72459689..0745beddc679 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.27.0.1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- PKGNAMESUFFIX= -i18n -DIST_SUBDIR= ${PORTNAME} MAINTAINER= svysh.fbsd@gmail.com COMMENT= Perl based trustcenter software for PKI: i18n tools @@ -14,14 +13,11 @@ COMMENT= Perl based trustcenter software for PKI: i18n tools LICENSE= APACHE20 USE_GITHUB= yes -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 5a4c5eb +GH_TAGNAME= 5a4c5eb ### We can not go WITHOUT_NLS. Internationalization is needed ### even to use English language. USES= gettext-runtime gettext-tools gmake perl5 ALL_TARGET= scan default -WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/core/i18n - .include <bsd.port.mk> |