aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Encode-JIS2K/Makefile
blob: 64a48571ccf6c85ab8e232d6127984b7e843b86b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Rong-En Fan <rafan@infor.org>
# $FreeBSD$

PORTNAME=   Encode-JIS2K
PORTVERSION=    0.02
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= rafan@FreeBSD.org
COMMENT=    JIS X 0212 (aka JIS 2000) Encodings

USES=       perl5
USE_PERL5=  configure

NO_STAGE=   yes
.include <bsd.port.mk>