2e5a81eea8
This module provides a just-in-time compiler for HTML::Template. ok jasper@
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/07 15:35:56 okan Exp $
|
|
|
|
COMMENT= just-in-time compiler for HTML::Template
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Template-JIT-0.05
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
RUN_DEPENDS= ::www/p5-HTML-Template \
|
|
::devel/p5-Inline
|
|
|
|
# GPL/Artistic license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|