pkgsrc-wip/p5-CGI-Untaint-email/Makefile
Aleksej Saushev 84eb9d6cf6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 09:13:17 +00:00

22 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/04 09:13:27 asau Exp $
#
DISTNAME= CGI-Untaint-email-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/
MAINTAINER= ficovh@yahoo.com
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/
COMMENT= Validate an email address
DEPENDS+= p5-CGI-Untaint>=0.07:../../wip/p5-CGI-Untaint
DEPENDS+= p5-Email-Valid>=0.13:../../mail/p5-Email-Valid
PKG_DESTDIR_SUPPORT= none
PERL5_PACKLIST= auto/CGI/Untaint/email/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"