diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-22 16:12:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-22 16:12:14 +0000 |
commit | 391d11dfcb37bae461691bbf683e70e711225050 (patch) | |
tree | bc0027ff7b4a8bcd6420c85cc156cacfbb2b80d8 /textproc/p5-Text-vCard/Makefile | |
parent | 43217e595c58c128ec997cfff52059f60871fa17 (diff) | |
download | ports-391d11dfcb37bae461691bbf683e70e711225050.tar.gz ports-391d11dfcb37bae461691bbf683e70e711225050.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-vCard/Makefile')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 469fabb4a98a..f246414f4efa 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-vCard PORTVERSION= 1.96 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -15,6 +16,10 @@ 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 \ |