271b23083e
HTML::RewriteAttributes is designed for simple yet powerful HTML attribute rewriting. You simply specify a callback to run for each attribute and we do the rest for you.
19 lines
383 B
Makefile
19 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/23 15:59:07 robert Exp $
|
|
|
|
COMMENT= concise attribute rewriting
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-RewriteAttributes-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www devel
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS= ::www/p5-HTML-Parser
|
|
|
|
.include <bsd.port.mk>
|