freebsd-ports/japanese/p5-Encode-EUCJPMS/Makefile
Jimmy Olgeni 021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00

20 lines
417 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= Encode-EUCJPMS
PORTVERSION= 0.07
PORTREVISION= 2
CATEGORIES= japanese converters perl5
MASTER_SITES= CPAN
MAINTAINER= knu@FreeBSD.org
COMMENT= Perl5 module defining Microsoft compatible encodings for Japanese
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>