freebsd-ports/converters/p5-Encode-JIS2K/Makefile

23 lines
435 B
Makefile
Raw Normal View History

# Created by: Rong-En Fan <rafan@infor.org>
# $FreeBSD$
PORTNAME= Encode-JIS2K
PORTVERSION= 0.03
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= JIS X 0212 (aka JIS 2000) Encodings
LICENSE= ART10 GPLv1+
2015-03-12 19:26:28 +01:00
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
2015-03-13 14:26:52 +01:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so
.include <bsd.port.mk>