aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Prototype/Makefile
blob: 77b61dc6571b005e56330a310b4bec9eee3e48ed (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
# New ports collection makefile for:	p5-HTML-Prototype
# Date created:				07 May 2005
# Whom:					Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	HTML-Prototype
PORTVERSION=	1.23
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Generate HTML and Javascript for the Prototype library

BUILD_DEPENDS=	${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes
CONFIGURE_ARGS+=	create_packlist=0

MAN3=		HTML::Prototype.3 \
		HTML::Prototype::Js.3

.include <bsd.port.mk>