1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/p5-Net-Divert/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

17 lines
269 B
Makefile

# $FreeBSD$
PORTNAME= Net-Divert
PORTVERSION= 0.01
PORTREVISION= 1
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>