2a46e33813
-- Perl module that provides an extension to HTML::Template which allows expressions in the template syntax. From: Jim Geovedi <jim@corebsd.or.id> brad@ ok
30 lines
736 B
Makefile
30 lines
736 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/01 20:55:12 margarida Exp $
|
|
|
|
COMMENT= "use HTML Templates which allows expressions"
|
|
|
|
VERSION= 0.04
|
|
DISTNAME= HTML-Template-Expr-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/html-template/
|
|
|
|
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
|
|
|
# GPL/Artistic license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :p5-HTML-Template-*:www/p5-HTML-Template \
|
|
:p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent \
|
|
:p5-Text-Balanced-*:textproc/p5-Text-Balanced
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
.include <bsd.port.mk>
|