pkgsrc/textproc/p5-Text-vCard/Makefile
kleink 91bae6da75 Update p5-Text-vCard to 2.01; changes since 2.00 include:
2.01 Sun Sep 2 2007
	- Stop empty TYPE= being set on export when not needed
	thanks to Vadim for the suggestion
2008-03-11 16:19:06 +00:00

23 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.3 2008/03/11 16:19:06 kleink Exp $
DISTNAME= Text-vCard-2.01
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-vCard/
COMMENT= parse, edit and create vCards (RFC 2426)
PKG_INSTALLATION_TYPES= overwrite pkgviews
# for MIME::QuotedPrint
DEPENDS+= p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64
DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp
DEPENDS+= p5-Text-vFile-asData>=0.05:../../textproc/p5-Text-vFile-asData
PERL5_PACKLIST= auto/Text/vCard/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"