summaryrefslogtreecommitdiffstats
path: root/devel/p5-JQuery/Makefile
blob: a747071e9e62f0a0e2195c85ec11ccc5855779ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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>
OpenPOWER on IntegriCloud