summaryrefslogtreecommitdiff
path: root/net/p5-IO-Interface/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2002-04-15 12:16:10 +0000
committerhe <he@pkgsrc.org>2002-04-15 12:16:10 +0000
commitb12570166d98f2fdc121eebd3a1007a0737c620a (patch)
treee326122692f3c0c24401c4922fdec1501d95dcc6 /net/p5-IO-Interface/Makefile
parent92d8164a0ed9aee3c525d4496208bb7afbff64f2 (diff)
downloadpkgsrc-b12570166d98f2fdc121eebd3a1007a0737c620a.tar.gz
Import p5-IO-Interface - get and set interface characteristics.
Reviewed by Stoned Elipot.
Diffstat (limited to 'net/p5-IO-Interface/Makefile')
-rw-r--r--net/p5-IO-Interface/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/p5-IO-Interface/Makefile b/net/p5-IO-Interface/Makefile
new file mode 100644
index 00000000000..8411b00644d
--- /dev/null
+++ b/net/p5-IO-Interface/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/15 12:16:10 he Exp $
+#
+
+DISTNAME= IO-Interface-0.97
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5intf
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= he@netbsd.org
+COMMENT= IO-Interface - get and set interface characteristics
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Interface/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"