diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-07-29 10:12:51 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-07-29 10:12:51 +0000 |
commit | b5b29b235923ba7bdb2166daa93e79dddadbec81 (patch) | |
tree | 63d934a4d305be26be8b8d704d0ce38133674b29 /converters/p5-Encoding-FixLatin/Makefile | |
parent | f698f35ece34c282e45b02e6b55f78faa39666c0 (diff) | |
download | ports-b5b29b235923ba7bdb2166daa93e79dddadbec81.tar.gz ports-b5b29b235923ba7bdb2166daa93e79dddadbec81.zip |
Notes
Diffstat (limited to 'converters/p5-Encoding-FixLatin/Makefile')
-rw-r--r-- | converters/p5-Encoding-FixLatin/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/converters/p5-Encoding-FixLatin/Makefile b/converters/p5-Encoding-FixLatin/Makefile new file mode 100644 index 000000000000..9850b7c10749 --- /dev/null +++ b/converters/p5-Encoding-FixLatin/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: converters/p5-Encoding-FixLatin +# Date created: 29 July 2009 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Encoding-FixLatin +PORTVERSION= 1.01 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GRANTM +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Takes mixed encoding input and produces UTF-8 output + +PERL_CONFIGURE= yes + +MAN1= fix_latin.1 +MAN3= Encoding::FixLatin.3 + +.include <bsd.port.mk> |