pkgsrc/www/p5-HTML-Table/Makefile
martti 3621d897c3 Updated p5-HTML-Table to 1.15 (provided by Shell Hung in pkg/15871)
- fixed setColAttr was documented but didn't actually exist
- fixed setColHeight was actually setting the column width
- fixed table align wasn't working
- fixed spurious double quote in the output after user defined table attributes
- fixed method setStyle missing although documented
2002-03-15 12:07:50 +00:00

19 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/03/15 12:07:51 martti Exp $
DISTNAME= HTML-Table-1.15
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htb
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= jlam@netbsd.org
COMMENT= perl5 module to simplify creating HTML tables
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Table/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"