mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e8d65f9e66
Approved by: portmgr (blanket infrastructure)
18 lines
280 B
Makefile
18 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Divert
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ecu@200ok.org
|
|
COMMENT= Module to deal with divert(4) sockets
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|