diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 09:14:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-23 09:14:40 +0000 |
commit | 5642db925b9a321e83dcfd76eb1c867b20a51ef1 (patch) | |
tree | 8379bcf49077191fca018a3ebcc36706d8b89a3c /net/p5-Socket-Class/Makefile | |
parent | 4b084c83088dae03b48b1b5c4e8c3b744cf41b45 (diff) |
Notes
Diffstat (limited to 'net/p5-Socket-Class/Makefile')
-rw-r--r-- | net/p5-Socket-Class/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/p5-Socket-Class/Makefile b/net/p5-Socket-Class/Makefile new file mode 100644 index 000000000000..242ef32e7d67 --- /dev/null +++ b/net/p5-Socket-Class/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Socket-Class +# Date created: 17 April, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Socket-Class +PORTVERSION= 2.11 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= A perl class to communicate with sockets + +PERL_CONFIGURE= yes + +MAN3= Socket::Class::Const.3 \ + Socket::Class::SSL.3 \ + Socket::Class.3 + +.include <bsd.port.mk> |