diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 10:16:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 10:16:32 +0800 |
commit | 308201260ad1d315eb04bee56592535f80ee65df (patch) | |
tree | d5c93472d7a2c6224b61f3350fed5c60b917ab83 /mail | |
parent | c004cd22840cf6f691c89b7925d754ac518ba758 (diff) | |
download | freebsd-ports-gnome-308201260ad1d315eb04bee56592535f80ee65df.tar.gz freebsd-ports-gnome-308201260ad1d315eb04bee56592535f80ee65df.tar.zst freebsd-ports-gnome-308201260ad1d315eb04bee56592535f80ee65df.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Contact_Vcard_Build/Makefile | 16 |
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" |