1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/databases/p5-DBIx-Class-Cursor-Cached/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
626 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Class-Cursor-Cached
PORTVERSION= 1.001002
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Cursor class with built-in caching support
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Carp-Clan>=6.0:devel/p5-Carp-Clan \
p5-DBIx-Class>=0.08124:databases/p5-DBIx-Class
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>