aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-JQuery/Makefile
blob: 983396f6720354f8f18368a05914910f2606621d (plain) (blame)
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
# Created by: 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}

USES=		perl5
USE_PERL5=	modbuild

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

NO_STAGE=	yes
.include <bsd.port.mk>