- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
29f68d5dc9
commit
2e19277c2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314259
1 changed files with 3 additions and 10 deletions
|
@ -1,9 +1,5 @@
|
|||
# Ports collection makefile for: pear-Net_Traceroute
|
||||
# Date created: 29 April 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_Traceroute
|
||||
PORTVERSION= 0.21.3
|
||||
|
@ -13,12 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
|
|||
COMMENT= PEAR class to execute traceroute
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
CATEGORY= Net
|
||||
FILES= Traceroute.php
|
||||
EXAMPLES= example1.php
|
||||
_EXAMPLESDIR= docs/examples
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
Loading…
Reference in a new issue