mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d2fcee2d72
Trim headers where applicable and in the cases where the maintainer is the original author remove the headers entirely. Update mirror to point to the newer location (old one redirected). Submitted by: Nicolas Jombart <ecu@200ok.org> (maintainer, private mail)
19 lines
290 B
Makefile
19 lines
290 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Divert.3
|
|
|
|
.include <bsd.port.mk>
|