diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-05 11:44:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-05 11:44:19 +0000 |
commit | dcb485b3240bb08a76c90d283c99e3d1d4b7f053 (patch) | |
tree | 83408043080388fa4397a191c2adce89dddc28be /databases/p5-DBIx-Safe/Makefile | |
parent | ef0637a389283a0907971fafccc79f75beed49c1 (diff) | |
download | ports-dcb485b3240bb08a76c90d283c99e3d1d4b7f053.tar.gz ports-dcb485b3240bb08a76c90d283c99e3d1d4b7f053.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Safe/Makefile')
-rw-r--r-- | databases/p5-DBIx-Safe/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Safe/Makefile b/databases/p5-DBIx-Safe/Makefile new file mode 100644 index 000000000000..6da90a3771cf --- /dev/null +++ b/databases/p5-DBIx-Safe/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-DBIx-Safe +# Date created: 2011-12-05 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-Safe +PORTVERSION= 1.2.5 +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= p5-DBD-Pg>=1.49:${PORTSDIR}/databases/p5-DBD-Pg \ + p5-DBI>=1.490:${PORTSDIR}/databases/p5-DBI + +PERL_CONFIGURE= yes + +MAN3= DBIx::Safe.3 + +.include <bsd.port.mk> |