26 lines
466 B
Makefile
26 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.17 2010/11/22 08:36:50 espie Exp $
|
|
|
|
COMMENT= Blatte functions to generate (X)HTML
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Blatte-HTML-0.9
|
|
REVISION= 0
|
|
HOMEPAGE= http://www.blatte.org/
|
|
USE_GROFF = Yes
|
|
|
|
CATEGORIES= www
|
|
|
|
CPAN_AUTHOR= BOBG
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Blatte \
|
|
www/p5-HTML-Parser
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|