diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-01-29 03:01:23 +0000 |
commit | ccc19be4da5bf7c699a2cdba0acca3eeeb46f1df (patch) | |
tree | 6f4e77e35f797e25ad5c9fa9f8734e425b377a4f /misc/p5-I18N-Charset/Makefile | |
parent | - Fix MASTER_SITES (diff) |
p5-I18N-Charset maps Character Set names to the names officially
registered with IANA
PR: 15698
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'misc/p5-I18N-Charset/Makefile')
-rw-r--r-- | misc/p5-I18N-Charset/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile new file mode 100644 index 000000000000..15e8458c45ed --- /dev/null +++ b/misc/p5-I18N-Charset/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-I18N-Charset +# Version required: 1.03 +# Date created: 26 December 1999 +# Whom: Dmitry Sivachenko <dima@Chg.RU> +# +# $FreeBSD$ +# + +DISTNAME= I18N-Charset-1.03 +PKGNAME= p5-I18N-Charset-1.03 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= I18N + +MAINTAINER= dima@Chg.RU + +USE_PERL5= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= I18N::Charset.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> |