3c7b749aa1
- Remove MD5 - Pass to perl@ PR: ports/153424 Submitted by: Gea-Suan Lin <gslin@gslin.org> Changes: http://search.cpan.org/dist/Template-Plugin-JavaScript/Changes
23 lines
502 B
Makefile
23 lines
502 B
Makefile
# New ports collection makefile for: p5-Template-Plugin-JavaScript
|
|
# Date created: 2006-07-11
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Template-Plugin-JavaScript
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Encodes text to be safe in JavaScript
|
|
|
|
RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Template::Plugin::JavaScript.3
|
|
|
|
.include <bsd.port.mk>
|