diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 07:09:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 07:09:50 +0000 |
commit | c850b95b999bac8e68090065cccd1e11216b6d26 (patch) | |
tree | 6765db7063df83dd04a5b8f04c6e4f2fc9b74e56 /net/pear-Net_DIME | |
parent | 93cb6ecd522b4e0d3200267dd43eb1811485e890 (diff) | |
download | ports-c850b95b999bac8e68090065cccd1e11216b6d26.tar.gz ports-c850b95b999bac8e68090065cccd1e11216b6d26.zip |
Notes
Diffstat (limited to 'net/pear-Net_DIME')
-rw-r--r-- | net/pear-Net_DIME/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/pear-Net_DIME/Makefile b/net/pear-Net_DIME/Makefile index 104f4cbc77d4..fde70119cc9f 100644 --- a/net/pear-Net_DIME/Makefile +++ b/net/pear-Net_DIME/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_DIME -# Date created: 05 April 2004 -# Whom: Thierry Thomas (<thierry@FreeBSD.org>) -# +# Created by: Thierry Thomas (<thierry@FreeBSD.org>) # $FreeBSD$ -# PORTNAME= Net_DIME PORTVERSION= 1.0.2 @@ -14,12 +10,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= The PEAR::Net_DIME class implements DIME encoding BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Net -FILES= DIME.php -TESTS= dime_message_test.php dime_record_test.php -_TESTSDIR= test +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |