summaryrefslogtreecommitdiff
path: root/converters/p5-Text-Iconv/Makefile
diff options
context:
space:
mode:
authorabs <abs>2001-09-14 22:38:57 +0000
committerabs <abs>2001-09-14 22:38:57 +0000
commit031491e8e8d131109a66f1b7da1b516515d8b30e (patch)
tree367487244dabddd15baa2a323ccc0a01b2d0822a /converters/p5-Text-Iconv/Makefile
parenta402ec15920adc03da06cb4972e426461145c08c (diff)
downloadpkgsrc-031491e8e8d131109a66f1b7da1b516515d8b30e.tar.gz
Add p5-Text-Iconv-1.1
Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result.
Diffstat (limited to 'converters/p5-Text-Iconv/Makefile')
-rw-r--r--converters/p5-Text-Iconv/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/converters/p5-Text-Iconv/Makefile b/converters/p5-Text-Iconv/Makefile
new file mode 100644
index 00000000000..2ad4eeccb13
--- /dev/null
+++ b/converters/p5-Text-Iconv/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/14 22:38:57 abs Exp $
+#
+
+DISTNAME= Text-Iconv-1.1
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= http://www.linguistik.uni-erlangen.de/~mxp/
+COMMENT= Perl interface to iconv() codeset conversion function
+
+USE_BUILDLINK_ONLY= #defined
+
+.include "../../converters/libiconv/buildlink.mk"
+
+DEPENDS+= libiconv:../../converters/libiconv
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Iconv/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"