1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 02:16:32 +00:00
parent 4404a3929f
commit f55c8e1592
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314222

View File

@ -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"