1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/japanese/p5-Lingua-JA-Romanize-Japanese/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
394 B
Makefile

PORTNAME= Lingua-JA-Romanize-Japanese
PORTVERSION= 0.23
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:KAWASAKI
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= Romanization of Japanese language
LICENSE= GPLv2+
BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
MAKE_ENV+= DISABLE_DIC_DOWNLOAD=1
.include <bsd.port.mk>