aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Contact_Vcard_Build
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 02:16:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 02:16:32 +0000
commitf55c8e1592df1c28a1dd600863de96f2c13ee418 (patch)
treed5c93472d7a2c6224b61f3350fed5c60b917ab83 /mail/pear-Contact_Vcard_Build
parent4404a3929f684a410b1b69f7cd722a9c5886848e (diff)
downloadports-f55c8e1592df1c28a1dd600863de96f2c13ee418.tar.gz
ports-f55c8e1592df1c28a1dd600863de96f2c13ee418.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314222
Diffstat (limited to 'mail/pear-Contact_Vcard_Build')
-rw-r--r--mail/pear-Contact_Vcard_Build/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/mail/pear-Contact_Vcard_Build/Makefile b/mail/pear-Contact_Vcard_Build/Makefile
index a5882768f0e6..f83f54bc6997 100644
--- a/mail/pear-Contact_Vcard_Build/Makefile
+++ b/mail/pear-Contact_Vcard_Build/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Contact_Vcard_Build
-# Date created: 30 May 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Contact_Vcard_Build
PORTVERSION= 1.1.2
@@ -13,15 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to build (create) and fetch vCard 2.1 and 3.0 text blocks
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= Contact_Vcard_Build.php\
- Contact/Vcard/Build.php
-TESTS= AllTests.php \
- bug-15348.phpt \
- build-email.phpt \
- build-foobar.phpt \
- build-johndoe.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"