diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 22:21:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 22:21:48 +0800 |
commit | 8af356c8f4a4506ef00072fecc7568552ef77858 (patch) | |
tree | 95ae80b703b08288ce63a1b9f68036bbe8de0030 /mail/pear-Contact_Vcard_Parse | |
parent | 90e5a0dc65c761ecdd374e11c38f8532a5599f0d (diff) | |
download | freebsd-ports-gnome-8af356c8f4a4506ef00072fecc7568552ef77858.tar.gz freebsd-ports-gnome-8af356c8f4a4506ef00072fecc7568552ef77858.tar.zst freebsd-ports-gnome-8af356c8f4a4506ef00072fecc7568552ef77858.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'mail/pear-Contact_Vcard_Parse')
-rw-r--r-- | mail/pear-Contact_Vcard_Parse/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/pear-Contact_Vcard_Parse/Makefile b/mail/pear-Contact_Vcard_Parse/Makefile index 72e1300d6037..05c0aea65798 100644 --- a/mail/pear-Contact_Vcard_Parse/Makefile +++ b/mail/pear-Contact_Vcard_Parse/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Contact_Vcard_Parse -# 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_Parse PORTVERSION= 1.32.0 @@ -15,6 +11,8 @@ COMMENT= PEAR class to parse vCard 2.1 and 3.0 files BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +PEAR_AUTOINSTALL= yes + .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |