freebsd-ports/devel/p5-JQuery/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

41 lines
1,023 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= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \
${SITE_PERL}/CSS.pm:${PORTSDIR}/textproc/p5-CSS \
${SITE_PERL}/HTML/Table.pm:${PORTSDIR}/www/p5-HTML-Table \
${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/XML/Writer.pm:${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>