freebsd-ports/japanese/p5-Lingua-JA-Kana/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

19 lines
365 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Lingua-JA-Kana
PORTVERSION= 0.07
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Converts between Kanas and Romaji
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>