e59cd4d03e
- Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# 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.256
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A perl class to communicate with sockets
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Socket::Class::Const.3 \
|
|
Socket::Class::CTX.3 \
|
|
Socket::Class::SSL.3 \
|
|
Socket::Class.3
|
|
|
|
.include <bsd.port.mk>
|