summaryrefslogtreecommitdiff
path: root/net/p5-Net-Interface/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Interface/Makefile')
-rw-r--r--net/p5-Net-Interface/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/p5-Net-Interface/Makefile b/net/p5-Net-Interface/Makefile
new file mode 100644
index 00000000000..56368fc3f44
--- /dev/null
+++ b/net/p5-Net-Interface/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/21 13:50:18 sno Exp $
+
+DISTNAME= Net-Interface-1.010
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}
+COMMENT= Perl extension to access network interfaces
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Net/Interface/.packlist
+
+REPLACE_PERL+= inst/netsymbols.pl
+
+pre-configure:
+ @${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"