blob: efb600e5e3e17ef06e95294d10102eba345b3c9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= Net-Divert
PORTVERSION= 0.01
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ecu@200ok.org
COMMENT= Module to deal with divert(4) sockets
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
|