5d690b374e
Pkgsrc changes: o Fix typo in HOMEPAGE url o Get rid of nasty interactive bits by redirecting stdin to /dev/null Upstream changes: Version 3.024 add git repo link to metadata
27 lines
846 B
Makefile
27 lines
846 B
Makefile
# $NetBSD: Makefile,v 1.16 2009/02/22 12:31:13 he Exp $
|
|
|
|
DISTNAME= MIME-Lite-3.024
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mil
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MIME-Lite/
|
|
COMMENT= Perl5 module for simple creation of MIME email messages
|
|
|
|
DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format
|
|
DEPENDS+= p5-MailTools>=1.62:../../mail/p5-MailTools
|
|
DEPENDS+= p5-MIME-Base64>0:../../converters/p5-MIME-Base64
|
|
# MIME::QuotedPrint is part of p5-MIME-Base64 package
|
|
DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# Get rid of nasty interactive bits
|
|
MAKE_PARAMS+= </dev/null
|
|
|
|
PERL5_PACKLIST= auto/MIME/Lite/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|