mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
244ed002a9
functions with PHP. It supports checking an individual port or checking a whole range of ports on a machine. WWW: http://pear.php.net/package/Net-Portscan/
30 lines
666 B
Makefile
30 lines
666 B
Makefile
# Ports collection makefile for: pear-Net_Portscan
|
|
# Date created: 21 Dec, 2009
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $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
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= Net
|
|
FILES= Portscan.php
|
|
TESTS= 01-portscan.php
|
|
DOCS= README.portscan
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC} && ${MKDIR} -p ${WRKSRC}/docs
|
|
${MV} ${WRKSRC}/README.portscan ${WRKSRC}/docs/
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|