summaryrefslogtreecommitdiff
path: root/net/p5-Socket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Socket/Makefile')
-rw-r--r--net/p5-Socket/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/p5-Socket/Makefile b/net/p5-Socket/Makefile
new file mode 100644
index 000000000000..b03d51241ebb
--- /dev/null
+++ b/net/p5-Socket/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Socket
+# Date created: 2008-05-30
+# Whom: BluePex Security Solutions <freebsd-ports@bluepex.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Socket
+PORTVERSION= 1.5
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= freebsd-ports@bluepex.com
+COMMENT= Load the C socket.h defines and structure manipulators
+
+PERL_CONFIGURE= yes
+
+MAN3= Socket.3
+
+post-patch:
+ @${REINPLACE_CMD} -e '/MAN3PODS/d' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>