pkgsrc/mail/p5-Email-Date-Format/Makefile
wen 976b14fbe8 Update to 1.004
Upstream changes:
1.004     2013-08-05 08:09:14 America/New_York
          fix repo and bugtracker link (stupid case sensitivity!)
          (thanks, Slaven Rezic!)

1.003     2013-08-02 18:05:49 America/New_York
          new repo, new bugtracker
2013-09-08 10:09:52 +00:00

19 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/09/08 10:09:52 wen Exp $
#
DISTNAME= Email-Date-Format-1.004
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Date-Format/
COMMENT= Perl Module to produce RFC 2822 date strings
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5,p5-Time-Local-[0-9]*}:../../time/p5-Time-Local
PERL5_PACKLIST= auto/Email/Date/Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"