mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
30 lines
718 B
Makefile
30 lines
718 B
Makefile
# Created by: Cezary Morga <cm@therek.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ORLite
|
|
PORTVERSION= 1.98
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ADAMK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 extremely light weight SQLite-specific ORM
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-DBD-SQLite>=1.27:databases/p5-DBD-SQLite \
|
|
p5-DBI>=1.60.7:databases/p5-DBI \
|
|
p5-File-Remove>=1.40:devel/p5-File-Remove \
|
|
p5-Params-Util>=0.33:devel/p5-Params-Util
|
|
TEST_DEPENDS= p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \
|
|
p5-Test-Script>=1.06:devel/p5-Test-Script
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|