summaryrefslogtreecommitdiff
path: root/net/p5-Net-Frame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Frame/Makefile')
-rw-r--r--net/p5-Net-Frame/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/p5-Net-Frame/Makefile b/net/p5-Net-Frame/Makefile
new file mode 100644
index 00000000000..ec642817c2b
--- /dev/null
+++ b/net/p5-Net-Frame/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/01/25 09:21:13 hiramatsu Exp $
+
+DISTNAME= Net-Frame-1.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= The base framework for frame crafting
+HOMEPAGE= http://search.cpan.org/dist/Net-Frame/
+LICENSE= artistic
+
+DEPENDS+= p5-Class-Gomor>=1.0:../../devel/p5-Class-Gomor
+DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
+DEPENDS+= p5-Net-IPv6Addr-[0-9]*:../../net/p5-Net-IPv6Addr
+DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector
+SUPERSEDES+= p5-Net-Packet-[0-9]*
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Net/Frame/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"