diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 14:21:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 14:21:48 +0000 |
commit | b1e63bae7a3c0854cb92643dc9196c10aa3306be (patch) | |
tree | 95ae80b703b08288ce63a1b9f68036bbe8de0030 /mail/pear-Contact_Vcard_Parse | |
parent | 28f0bea43f2827358dbd6076eb27607c2881a70a (diff) |
Notes
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> |