aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Prototype/Makefile
blob: 2fdf3c3725d3f345bf378741061941ad97836847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Lars Thegler <lth@FreeBSD.org>

PORTNAME=	HTML-Prototype
PORTVERSION=	1.48
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Generate HTML and JavaScript for the Prototype library

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor \
		p5-HTML-Tree>=0:www/p5-HTML-Tree

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>