Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / p5-DBIx-Recordset / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       DBIx-Recordset
5 PORTVERSION=    0.26
6 PORTREVISION=   1
7 CATEGORIES=     databases perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl module for abstraction and simplification of database access
13
14 LICENSE=        ART10 GPLv1+
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  ${RUN_DEPENDS}
18 RUN_DEPENDS=    p5-DBI>=0:databases/p5-DBI
19
20 NO_ARCH=        yes
21 USES=           perl5
22 USE_PERL5=      configure
23
24 .include <bsd.port.mk>