svn commit: r314267 - head/net/pear-Net_DIME
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 07:09:51 UTC 2013
Author: miwi
Date: Fri Mar 15 07:09:50 2013
New Revision: 314267
URL: http://svnweb.freebsd.org/changeset/ports/314267
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/net/pear-Net_DIME/Makefile (contents, props changed)
Modified: head/net/pear-Net_DIME/Makefile
==============================================================================
--- head/net/pear-Net_DIME/Makefile Fri Mar 15 07:07:16 2013 (r314266)
+++ head/net/pear-Net_DIME/Makefile Fri Mar 15 07:09:50 2013 (r314267)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_DIME
-# Date created: 05 April 2004
-# Whom: Thierry Thomas (<thierry at FreeBSD.org>)
-#
+# Created by: Thierry Thomas (<thierry at FreeBSD.org>)
# $FreeBSD$
-#
PORTNAME= Net_DIME
PORTVERSION= 1.0.2
@@ -14,12 +10,9 @@ MAINTAINER= miwi at 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"
More information about the svn-ports-all
mailing list