6b57e0a962
- Add LICENSE Changes: https://metacpan.org/dist/Template-Plugin-JSON/changes
23 lines
481 B
Makefile
23 lines
481 B
Makefile
PORTNAME= Template-Plugin-JSON
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Adds a .json vmethod for all TT values
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
|
p5-Moose>=0:devel/p5-Moose \
|
|
p5-Template-Toolkit>=2.20:www/p5-Template-Toolkit
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|