blob: cc9cb2d9ebc084eb2d863dfc6f6222641ca4a239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>
|