857fbb05c4
Text::vFile::asData reads vFile format files, such as vCard (RFC 2426) and vCalendar (RFC 2445).
16 lines
512 B
Makefile
16 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:06:04 kleink Exp $
|
|
|
|
DISTNAME= Text-vFile-asData-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tva
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-vFile-asData/
|
|
COMMENT= parse vFile formatted files into data structures
|
|
|
|
DEPENDS+= p5-Class-Accessor-Chained-[0-9]*:../../devel/p5-Class-Accessor-Chained
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|