mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
21 lines
318 B
Makefile
21 lines
318 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= A module to deal with divert(4) sockets
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Net::Divert.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|