2009-01-23 15:21:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Encode-JP-Mobile
|
2012-10-27 14:00:43 +02:00
|
|
|
PORTVERSION= 0.30
|
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
|
2012-06-10 20:42:48 +02: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
|
|
|
|
2013-09-16 17:42:40 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-01-23 15:21:33 +01:00
|
|
|
|
2014-02-06 12:05:16 +01:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Encode/JP/Mobile/Mobile.so
|
2009-01-23 15:21:33 +01:00
|
|
|
|
2014-02-06 12:43:02 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|