summaryrefslogtreecommitdiffstats
path: root/net/p5-Socks/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-03 01:29:03 +0000
committersteve <steve@FreeBSD.org>1999-04-03 01:29:03 +0000
commit1d9f13240aba4de74ea7187a18f2efde62ffe889 (patch)
treed0389f86354f38d4d06290eac3d4f9d41404f53d /net/p5-Socks/Makefile
parentafffcd6838ecfab75f256a7c3531fa4887a2808c (diff)
downloadFreeBSD-ports-1d9f13240aba4de74ea7187a18f2efde62ffe889.zip
FreeBSD-ports-1d9f13240aba4de74ea7187a18f2efde62ffe889.tar.gz
Import of p5-Socks version 0.03.
perl5 module to communicate with socks v4 and v5 servers PR: 10003 Submitted by: Yukihiro Nakai <Nacai@iname.com>
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 0000000..16908e3
--- /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>
OpenPOWER on IntegriCloud