freebsd-ports/japanese/p5-Encode-JP-Mobile/Makefile
Emanuel Haupt 9379a75ce1 Restore language specific package prefix. This has been erroneously removed
during the staging conversion. Sorry about the noise.
2014-02-06 11:43:02 +00:00

28 lines
647 B
Makefile

# $FreeBSD$
PORTNAME= Encode-JP-Mobile
PORTVERSION= 0.30
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for encoding for mobile phones in Japan
RUN_DEPENDS= \
p5-File-ShareDir>=0.05:${PORTSDIR}/devel/p5-File-ShareDir \
p5-MIME-Tools>=5.428:${PORTSDIR}/mail/p5-MIME-Tools
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
USES= perl5
USE_PERL5= configure
post-install:
@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Encode/JP/Mobile/Mobile.so
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>