mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
27 lines
644 B
Makefile
27 lines
644 B
Makefile
# New ports collection makefile for: DBIx::Skinny::Mixin::DBHResolver
|
|
# Date created: 28 Nov 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-Skinny-Mixin-DBHResolver
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of DBIx::DBHResolver mixin for DBIx::Skinny
|
|
|
|
RUN_DEPENDS= \
|
|
p5-DBIx-DBHResolver>0:${PORTSDIR}/databases/p5-DBIx-DBHResolver \
|
|
p5-DBIx-Skinny>0:${PORTSDIR}/databases/p5-DBIx-Skinny
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::Skinny::Mixin::DBHResolver.3
|
|
|
|
.include <bsd.port.mk>
|