2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-05-26 12:34:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBIx-SQLite-Simple
|
2015-01-14 11:20:14 +01:00
|
|
|
PORTVERSION= 0.35
|
2006-05-26 12:34:31 +02:00
|
|
|
CATEGORIES= databases perl5
|
2006-07-31 00:46:04 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-26 12:34:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-01-14 11:20:14 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2006-05-26 12:34:31 +02:00
|
|
|
COMMENT= Easy access to SQLite databases using objects
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-Class-Gomor>=0:devel/p5-Class-Gomor \
|
2016-04-01 16:00:51 +02:00
|
|
|
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
2006-05-26 12:34:31 +02:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-05-26 12:34:31 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|