1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/p5-JQuery/Makefile
Carlo Strub db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00

42 lines
973 B
Makefile

# New ports collection makefile for: p5-JQuery
# Date created: 2007-07-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= JQuery
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PETERG
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Interface to Jquery, a language based on JavaScript
RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
p5-CSS>=0:${PORTSDIR}/textproc/p5-CSS \
p5-HTML-Table>=0:${PORTSDIR}/www/p5-HTML-Table \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= JQuery.3 \
JQuery::Accordion.3 \
JQuery::CSS.3 \
JQuery::ClickMenu.3 \
JQuery::Demo.3 \
JQuery::Form.3 \
JQuery::Heartbeat.3 \
JQuery::Splitter.3 \
JQuery::TableSorter.3 \
JQuery::Tabs.3 \
JQuery::Taconite.3 \
JQuery::Treeview.3
.include <bsd.port.mk>