mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
19 lines
364 B
Makefile
19 lines
364 B
Makefile
COMMENT= use HTML Templates which allows expressions
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= HTML-Template-Expr-0.07
|
|
CATEGORIES= www
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= https://sourceforge.net/projects/html-template/
|
|
|
|
# GPL/Artistic license
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= www/p5-HTML-Template \
|
|
devel/p5-Parse-RecDescent
|
|
|
|
.include <bsd.port.mk>
|