1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/p5-Text-vCard/Makefile
Emanuel Haupt d9ca0d285a Update to 2.00
PR:		106311
Submitted by:	chinsan
2006-12-04 19:29:06 +00:00

28 lines
712 B
Makefile

# New ports collection makefile for: p5-Text-vCard
# Date created: 22 Feb 2006
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-vCard
PORTVERSION= 2.00
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A package to parse, edit and create multiple vCards (RFC 2426)
BUILD_DEPENDS= ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
${SITE_PERL}/Text/vFile/asData.pm:${PORTSDIR}/devel/p5-Text-vFile-asData
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Text::vCard::Node.3 Text::vCard.3 \
Text::vCard::Addressbook.3
.include <bsd.port.mk>