1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/pear-Net_CheckIP/Makefile
Martin Wilke 3e76a63cb6 - Convert to PEAR_AUTOINSTALL
- Trim header
2013-03-15 07:17:45 +00:00

19 lines
458 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_CheckIP
PORTVERSION= 1.2.2
CATEGORIES= net pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Check the syntax of IPv4 addresses
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>