pkgsrc-wip/p5-Email-Simple-Creator/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

19 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/10/29 08:32:51 shattered 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"