mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
cb41fc6623
Sponsored by: Absolight
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# Created by: Groovis <groovis@groovis.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Macro
|
|
PORTVERSION= 1.30
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Process HTML templates with loops, conditionals, macros and more
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5 tar:tgz
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|