Import japanese/jacode.pl version 2.13.4.10
[dports.git] / japanese / jacode.pl / Makefile
1 # New ports collection makefile for:    jacode.pl
2 # Date created:         2011-05-11
3 # Whom:                 Takefu
4 #
5 # $FreeBSD: ports/japanese/jacode.pl/Makefile,v 1.4 2012/11/17 05:58:35 svnexp Exp $
6 #
7
8 PORTNAME=       jacode.pl
9 PORTVERSION=    2.13.4.10
10 CATEGORIES=     japanese perl5
11 MASTER_SITES=   CPAN
12 MASTER_SITE_SUBDIR=     CPAN:INA/${PORTNAME:S|.pl||}
13 DISTNAME=       ${PORTNAME:S|.pl||}-${PORTVERSION}
14
15 MAINTAINER=     takefu@airport.fm
16 COMMENT=        Perl library for Japanese character code conversion
17
18 LICENSE=        GPLv1 ART10
19 LICENSE_COMB=   dual
20
21 USE_PERL5_RUN=  yes
22 PLIST_FILES=    ${SITE_PERL_REL}/${PORTNAME}
23 NO_BUILD=       yes
24
25 pre-install:
26         @cd ${WRKSRC}; ${PERL} ${WRKSRC}/test.pl
27
28 do-install:
29         @${MKDIR} ${PREFIX}/${SITE_PERL_REL}
30         @${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
31
32 .include <bsd.port.mk>