mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
505 B
Makefile
23 lines
505 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Class-WebForm
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= CRUD methods for DBIx::Class
|
|
|
|
RUN_DEPENDS= p5-DBIx-Class>=0:databases/p5-DBIx-Class \
|
|
p5-HTML-Tree>=0:www/p5-HTML-Tree \
|
|
p5-Data-FormValidator>=0:textproc/p5-Data-FormValidator
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|