ae0e16b173
2.06 Sun 24 Jan 2010 10:02:01 GMT - Doc typos (Philip A. Prindeville) - Add get_simple_type() and import_data() (Philip A. Prindeville) - Doc typos (Philip A. Prindeville) 2.05 Fri 8 Jan 2010 22:28:50 GMT - Put back changes which were missed out 2.04 Fri 8 Jan 2010 22:00:20 GMT - Improvements to Makefile.PL and require 5.6 - thanks cpanservice - Switch to git repo - Doc patch
25 lines
768 B
Makefile
25 lines
768 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/02/26 16:03:02 wiz Exp $
|
|
|
|
DISTNAME= Text-vCard-2.07
|
|
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)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# 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"
|