summaryrefslogtreecommitdiff
path: root/net/p5-Socks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Socks/Makefile')
-rw-r--r--net/p5-Socks/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/p5-Socks/Makefile b/net/p5-Socks/Makefile
new file mode 100644
index 000000000000..16908e3f3bf0
--- /dev/null
+++ b/net/p5-Socks/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Socks
+# Version required: 0.03
+# Date created: 22 January 1999
+# Whom: Yukihiro Nakai <Nacai@iname.com>
+#
+# $Id$
+#
+
+DISTNAME= SOCKS-0.03
+PKGNAME= p5-Socks-0.03
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+
+MAINTAINER= Nacai@iname.com
+
+USE_PERL5= YES
+
+MAN3= Net::SOCKS.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>