mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
23 lines
487 B
Makefile
23 lines
487 B
Makefile
# New ports collection makefile for: p5-Net-Divert
|
|
# Date created: January 30, 2003
|
|
# Whom: Nicolas Jombart
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Divert
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ecu@ipv42.net
|
|
COMMENT= A module to deal with divert(4) sockets
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Divert.3
|
|
|
|
.include <bsd.port.mk>
|