mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
7088054b34
PR: ports/75192 Submitted by: Nicolas Jombart <ecu@ipv42.net> (maintainer)
24 lines
503 B
Makefile
24 lines
503 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
|
|
PORTREVISION= 1
|
|
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>
|