pkgsrc/mail/p5-Email-Address/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

19 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:16 wiz Exp $
DISTNAME= Email-Address-1.897
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Address/
COMMENT= RFC 2822 Address Parsing and Creation
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Email/Address/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"