Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / p5-DBIx-SQLite-Simple / Makefile
1 # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       DBIx-SQLite-Simple
5 PORTVERSION=    0.35
6 CATEGORIES=     databases perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     bofh@FreeBSD.org
11 COMMENT=        Easy access to SQLite databases using objects
12
13 BUILD_DEPENDS=  ${RUN_DEPENDS}
14 RUN_DEPENDS=    p5-Class-Gomor>=0:devel/p5-Class-Gomor \
15                 p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>