mirror of https://git.FreeBSD.org/ports.git
21 lines
426 B
Makefile
21 lines
426 B
Makefile
PORTNAME= Encode-JIS2K
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= JIS X 0212 (aka JIS 2000) Encodings
|
|
WWW= https://metacpan.org/release/Encode-JIS2K
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so
|
|
|
|
.include <bsd.port.mk>
|