2013-03-15 03:41:17 +01:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2009-12-22 09:26:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_Portscan
|
|
|
|
PORTVERSION= 1.0.3
|
|
|
|
CATEGORIES= security pear
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Provides an API for scanning ports
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-15 03:41:17 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2009-12-22 09:26:23 +01:00
|
|
|
|
2013-03-15 03:41:17 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2009-12-22 09:26:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|