mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# Created by: Igor Vinokurov <igor@zynaps.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-ext
|
|
PORTVERSION= 1.011
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl modules for using sockets
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Net::Gen.3 Net::Inet.3 Net::TCP.3 Net::TCP::Server.3 \
|
|
Net::UDP.3 Net::UNIX.3 Net::UNIX::Server.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|