aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Application-Plugin-HTMLPrototype/Makefile
blob: 3ffc5d9f60fcb8eac156f9b5a15584878a8cc6ab (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
# Created by: George Hartzell <hartzell@alerce.com>

PORTNAME=	CGI-Application-Plugin-HTMLPrototype
PORTVERSION=	0.20
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Access to the prototype JavaScript library using HTML::Prototype

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-CGI-Application>=0:www/p5-CGI-Application \
		p5-HTML-Prototype>=0:www/p5-HTML-Prototype

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>