2009-01-23 15:21:33 +01:00
|
|
|
# New ports collection makefile for: Encode::JP::Mobile
|
|
|
|
# Date created: 23 Jan 2009
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Encode-JP-Mobile
|
2012-05-27 06:19:27 +02:00
|
|
|
PORTVERSION= 0.28
|
2009-01-23 15:21:33 +01:00
|
|
|
CATEGORIES= japanese perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for encoding for mobile phones in Japan
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
2012-05-27 06:19:27 +02:00
|
|
|
p5-File-ShareDir>=0.05:${PORTSDIR}/devel/p5-File-ShareDir \
|
|
|
|
p5-MIME-Tools>=5.428:${PORTSDIR}/mail/p5-MIME-Tools
|
2009-01-23 15:21:33 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2012-05-27 06:19:27 +02:00
|
|
|
TEST_DEPENDS= \
|
|
|
|
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
|
2009-01-23 15:21:33 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|