blob: 3a528cbee8aec98e3096e9b1c3fdb9064c3cec63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: p5-Encode-JIS2K
# Date created: May 21 2006
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= Encode-JIS2K
PORTVERSION= 0.02
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Encode
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= JIS X 0212 (aka JIS 2000) Encodings
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
IGNORE= requires Perl 5.7.3 or above
.endif
.include <bsd.port.post.mk>
|