pkgsrc/mail/p5-Email-Date/Makefile
2008-06-20 01:09:05 +00:00

23 lines
738 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:24 joerg Exp $
DISTNAME= Email-Date-1.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Email-Date
COMMENT= Find and Format Date Headers
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
DEPENDS+= p5-Email-Simple>=1.9:../../mail/p5-Email-Simple
DEPENDS+= p5-Time-Piece>=1.08:../../time/p5-Time-Piece
DEPENDS+= p5-Time-Local>=1.07:../../time/p5-Time-Local
DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate
PERL5_PACKLIST= auto/Email/Date/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"