diff options
Diffstat (limited to 'japanese/p5-Encode-ISO2022/Makefile')
-rw-r--r-- | japanese/p5-Encode-ISO2022/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/japanese/p5-Encode-ISO2022/Makefile b/japanese/p5-Encode-ISO2022/Makefile new file mode 100644 index 000000000000..b1e19b3dc463 --- /dev/null +++ b/japanese/p5-Encode-ISO2022/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Encode-ISO2022 +PORTVERSION= 0.04 +CATEGORIES= japanese perl5 +MASTER_SITES= CPAN + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for ISO/IEC 2022 character encoding scheme + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> |