Changelog: 0.05 2014-02-16 - Correct typos in documentation; no functionality changes 0.04 2014-02-03 - Update minimum perl version to 5.10, because of use of ++ quantifier 0.03 2014-01-22 - Include documentation updates present in the released version of 0.01, but never checked into the repository 0.02 2014-01-15 - Prevent a quadratic-time check when the provided string did not contain a valid address
21 lines
669 B
Makefile
21 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/07/06 06:27:59 ryoon Exp $
|
|
|
|
DISTNAME= Email-Address-List-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-Address-List/
|
|
COMMENT= RFC close address list parsing
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Email-Address>=0:../../mail/p5-Email-Address
|
|
DEPENDS+= {perl>=5.8.9,p5-ExtUtils-MakeMaker>=6.36}:../../devel/p5-ExtUtils-MakeMaker
|
|
DEPENDS+= p5-JSON>=0:../../converters/p5-JSON
|
|
|
|
PERL5_PACKLIST= auto/Email/Address/List/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|