pkgsrc-wip/p5-HTML-TableContentParser/Makefile
Aleksej Saushev 5ca27b2c39 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 10:45:25 +00:00

17 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/04 10:45:28 asau Exp $
#
DISTNAME= HTML-TableContentParser-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SD/SDRABBLE/}
MAINTAINER= bartosz.kuzma@gmail.com
COMMENT= Do interesting things with the contents of tables
PKG_DESTDIR_SUPPORT= none
PERL5_PACKLIST= auto/HTML/TableContentParser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"