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.
25 lines
730 B
Makefile
25 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.26 2013/05/31 12:42:45 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= HTTP-Request-Form-0.952
|
|
PKGNAME= p5-${DISTNAME:S/952/9.5.2/}
|
|
PKGREVISION= 6
|
|
SVR4_PKGNAME= p5htt
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTTP-Request-Form/
|
|
COMMENT= Construct HTTP::Request objects for form processing
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
|
|
|
|
PERL5_PACKLIST= auto/HTTP/Request/Form/.packlist
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|