freebsd-ports/net-mgmt/p5-Data-Validate-IP/Makefile
Baptiste Daroussin 73ab1fc144 Do not removed directories not owned by the port
Reported by:	pkg DEVELOPER_MODE
2013-03-13 10:50:51 +00:00

21 lines
497 B
Makefile

# Created by: Tuc <freebsd-ports@t-b-o-h.net>
# $FreeBSD$
PORTNAME= Data-Validate-IP
PORTVERSION= 0.14
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NEELY
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd-ports@t-b-o-h.net
COMMENT= Common data validation methods for IPs
BUILD_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
PERL_CONFIGURE= yes
MAN3= Data::Validate::IP.3
.include <bsd.port.mk>