freebsd-ports/japanese/p5-Encode-JP-Emoji/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

18 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= Encode-JP-Emoji
PORTVERSION= 0.60
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Emoji encodings and cross-mapping tables
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>