diff options
Diffstat (limited to 'japanese/p5-Encode-EUCJPMS/Makefile')
-rw-r--r-- | japanese/p5-Encode-EUCJPMS/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/japanese/p5-Encode-EUCJPMS/Makefile b/japanese/p5-Encode-EUCJPMS/Makefile new file mode 100644 index 000000000000..991545614cff --- /dev/null +++ b/japanese/p5-Encode-EUCJPMS/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Encode::EUCJPMS +# Date created: 25 August 2006 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= Encode-EUCJPMS +PORTVERSION= 0.06 +CATEGORIES= japanese converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/N/NA/NARUSE + +MAINTAINER= knu@FreeBSD.org +COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese + +PERL_CONFIGURE= yes + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode +.endif + +.include <bsd.port.post.mk> |