freebsd-ports/japanese/p5-Encode-EUCJPASCII/Makefile
Hiroki Sato f7ec944c63 - Add print/latex-biber, a biblatex replacement which supports Unicode.
- Add or update the following ports which latex-biber depends on:

   japanese/p5-Encode-EUCJPASCII (added, eucJP-open encoding support)
   misc/p5-Business-ISMN (added, ISMN support)
   textproc/p5-Text-BibTeX (updated to 0.71)
   textproc/p5-Text-Roman (added, conversion of Roman numerals)
2015-07-20 01:16:56 +00:00

24 lines
456 B
Makefile

# $FreeBSD$
PORTNAME= Encode-EUCJPASCII
PORTVERSION= 0.03
CATEGORIES= japanese converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= ja-p5-
MAINTAINER= hrs@FreeBSD.org
COMMENT= Perl5 module for eucJP-open
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
for F in ${SITE_ARCH}/auto/Encode/EUCJPASCII/EUCJPASCII.so; do \
${CHMOD} +w ${STAGEDIR}$$F; \
${STRIP_CMD} ${STAGEDIR}$$F; \
done
.include <bsd.port.mk>