mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d7a605a2ef
Approved by: portmgr (blanket infrastructure)
21 lines
483 B
Makefile
21 lines
483 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|