19 lines
369 B
Makefile
19 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/06/14 11:56:00 robert Exp $
|
|
|
|
COMMENT= concise attribute rewriting
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-RewriteAttributes-0.04
|
|
CATEGORIES= www devel
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|