2013-03-17 15:21:48 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-05-31 00:14:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Contact_Vcard_Parse
|
2011-07-02 13:38:21 +02:00
|
|
|
PORTVERSION= 1.32.0
|
2005-05-31 00:14:30 +02:00
|
|
|
CATEGORIES= mail www pear
|
|
|
|
|
2009-10-07 11:17:53 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-05-31 00:14:30 +02:00
|
|
|
COMMENT= PEAR class to parse vCard 2.1 and 3.0 files
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2011-07-02 13:38:21 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-05-31 00:14:30 +02:00
|
|
|
|
2013-03-17 15:21:48 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
|
2005-05-31 00:14:30 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-05-31 00:14:30 +02:00
|
|
|
.include <bsd.port.post.mk>
|