blob: 45364d1d6d70de6a11f53b38f8b0b665573b19a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 12:06:22 adrianp 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:../../mail/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"
|