pkgsrc-wip/p5-Email-Simple-Creator/Makefile

19 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/02/24 19:51:50 kuli0020 Exp $
DISTNAME= Email-Simple-Creator-1.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Email-Simple-Creator/
COMMENT= Constructor to Email::Simple for creating messages from scratch
DEPENDS+= p5-Email-Simple>=0:../../mail/p5-Email-Simple
DEPENDS+= p5-Email-Date>=0:../../wip/p5-Email-Date
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Email/Simple/Creator/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"