diff options
-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" |