d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
22 lines
650 B
Makefile
22 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:16 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Email-Reply-1.202
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/
|
|
COMMENT= Reply to a Message
|
|
|
|
DEPENDS+= p5-Email-Abstract>=2.01:../../mail/p5-Email-Abstract
|
|
DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address
|
|
DEPENDS+= p5-Email-MIME>=1.903:../../mail/p5-Email-MIME
|
|
|
|
PERL5_PACKLIST= auto/Email/Reply/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|