freebsd-ports/databases/p5-DBIx-Safe/Makefile

23 lines
530 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Safe
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TURNSTEP
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Safer access to your database through a DBI database handle
BUILD_DEPENDS= p5-DBD-Pg>=1.49:${PORTSDIR}/databases/p5-DBD-Pg \
p5-DBI>=1.490:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-08-21 16:08:06 +02:00
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>