20 lines
377 B
Makefile
20 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:44:46 espie Exp $
|
|
|
|
COMMENT= just-in-time compiler for HTML::Template
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-Template-JIT-0.05
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
RUN_DEPENDS= www/p5-HTML-Template \
|
|
devel/p5-Inline
|
|
|
|
# GPL/Artistic license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|