mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
22 lines
452 B
Makefile
22 lines
452 B
Makefile
# New ports collection makefile for: Jcode
|
|
# Date created: 7 Nov 1999
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Jcode
|
|
PORTVERSION= 2.07
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension interface to convert Japanese text
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= Jcode.3 Jcode::Nihongo.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
.include <bsd.port.post.mk>
|