freebsd-ports/net/p5-Net-Divert/Makefile

23 lines
459 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Net-Divert
# Date created: January 30, 2003
# Whom: Nicolas Jombart
#
# $FreeBSD$
PORTNAME= Net-Divert
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= ecu@ipv42.net
2003-02-21 08:28:59 -05:00
COMMENT= A module to deal with divert(4) sockets
PERL_CONFIGURE= yes
MAN3= Net::Divert.3
.include <bsd.port.mk>