2007-09-15 16:38:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/09/15 20:38:24 merdely Exp $
|
2002-12-01 15:55:12 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= use HTML Templates which allows expressions
|
2002-12-01 15:55:12 -05:00
|
|
|
|
2007-01-16 12:52:06 -05:00
|
|
|
MODULES= cpan
|
2006-09-28 18:03:45 -04:00
|
|
|
DISTNAME= HTML-Template-Expr-0.07
|
2007-01-16 12:52:06 -05:00
|
|
|
CATEGORIES= www
|
2002-12-01 15:55:12 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/html-template/
|
|
|
|
|
2006-09-28 18:03:45 -04:00
|
|
|
MAINTAINER= Jim Dew <jdew@yggdrasil.ca>
|
2002-12-01 15:55:12 -05:00
|
|
|
|
|
|
|
# GPL/Artistic license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= :p5-HTML-Template-*:www/p5-HTML-Template \
|
2002-12-11 11:40:43 -05:00
|
|
|
:p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent
|
2002-12-01 15:55:12 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|