1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/p5-Net-Divert/Makefile
Pav Lucistnik 7088054b34 - Take care of empty directories after uninstall
PR:		ports/75192
Submitted by:	Nicolas Jombart <ecu@ipv42.net> (maintainer)
2004-12-18 15:26:01 +00:00

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>