mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
ChangeLog: http://cpansearch.perl.org/src/CHRMUE/Socket-Class-2.258/Changes - Reset maintainer to perl@
24 lines
473 B
Makefile
24 lines
473 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.258
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@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>
|