1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/p5-HTML-Macro/Makefile
Andrej Zverev c2d7618dc4 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 15:36:32 +00:00

17 lines
322 B
Makefile

# Created by: Groovis <groovis@groovis.net>
# $FreeBSD$
PORTNAME= HTML-Macro
PORTVERSION= 1.27
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= groovis@groovis.net
COMMENT= Process HTML templates with loops, conditionals, macros and more
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>