freebsd-ports/japanese/p5-Unicode-Japanese/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

24 lines
534 B
Makefile

# New ports collection makefile for: Unicode::Japanese
# Date created: 25 August 2006
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= Unicode-Japanese
PORTVERSION= 0.37
CATEGORIES= japanese converters perl5
MASTER_SITES= CPAN
MAINTAINER= knu@FreeBSD.org
COMMENT= A Perl5 module to handle Japanese character encodings
PERL_CONFIGURE= 5.8.0+
MAN1= ujconv.1
MAN3= Unicode::Japanese.3 Unicode::Japanese::JA.3
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.include <bsd.port.post.mk>