df4e1203e4
ok jasper@ (final commit)
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:52 ajacoutot Exp $
|
|
|
|
COMMENT= concise attribute rewriting
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-RewriteAttributes-0.03
|
|
REVISION= 0
|
|
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>
|