15 lines
448 B
Makefile
15 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/03/22 10:43:35 bartoszkuzma 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
|
|
|
|
PERL5_PACKLIST= auto/HTML/TableContentParser/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|