freebsd-ports/net-mgmt/p5-Data-Validate-IP/Makefile
Martin Wilke 00d4d76fe9 - Update to 0.14
PR:		154277
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
Feature safe:	yes
2011-01-30 11:47:44 +00:00

25 lines
637 B
Makefile

# New ports collection makefile for: net-mgmt/p5-Data-Validate-IP
# Date created: 02 January 2008
# Whom: 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= ../../authors/id/N/NE/NEELY
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd-ports@t-b-o-h.net
COMMENT= Common data validation methods for IPs
BUILD_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
RUN_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
PERL_CONFIGURE= yes
MAN3= Data::Validate::IP.3
.include <bsd.port.mk>