freebsd-ports/security/p5-openxpki-i18n/Makefile
Sunpoet Po-Chuan Hsieh 9f1c3b4a12 Update to 1.16.2
- Sort *_DEPENDS
- Remove blank line between BUILD_DEPENDS and RUN_DEPENDS
- Remove OXLIB and use the shared library path right after STRIP_CMD
- Use PORTEXAMPLES to simplify PLIST
- While I'm here, fix indent

Changes:	https://github.com/openxpki/openxpki/commits/develop
PR:		215670
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2017-01-08 20:43:45 +00:00

24 lines
566 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= openxpki
PORTVERSION= 1.16.2
DISTVERSIONPREFIX= v
CATEGORIES= security perl5
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= -i18n
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Perl based trustcenter software for PKI: i18n tools
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../../LICENSE
USE_GITHUB= yes
### We can not go without_NLS. Internationalization is needed even for English
USES= gettext-runtime gettext-tools gmake perl5
ALL_TARGET= scan default
WRKSRC_SUBDIR= core/i18n
.include <bsd.port.mk>