mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# Created by: Vladimir Timofeev <vovkasm@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Class-DynamicSubclass
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vovkasm@gmail.com
|
|
COMMENT= Use dynamic subclassing with DBIx::Class
|
|
|
|
RUN_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|