11a093bf7b
1.405 2014-05-09 22:28:43-04:00 America/New_York minor tweaks to how message-id local part is generated 1.404 2014-01-13 23:04:43-05:00 America/New_York no changes since previous release 1.403 2013-08-13 09:11:47 America/New_York [This might break your code] no longer a subclass of Email::Address!
19 lines
596 B
Makefile
19 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.16 2014/11/22 14:52:55 mef Exp $
|
|
|
|
DISTNAME= Email-MessageID-1.405
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-MessageID/
|
|
COMMENT= Generate world unique message-ids
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address
|
|
DEPENDS+= {perl>5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
|
|
|
|
PERL5_PACKLIST= auto/Email/MessageID/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|