25 lines
558 B
Makefile
25 lines
558 B
Makefile
# New ports collection makefile for: DBIx::Skinny::Schema::Loader
|
|
# Date created: 20 Nov 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-Skinny-Schema-Loader
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to load schema for DBIx::Skinny
|
|
|
|
RUN_DEPENDS= \
|
|
p5-DBIx-Skinny>=0.0728:${PORTSDIR}/databases/p5-DBIx-Skinny
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::Skinny::Schema::Loader.3
|
|
|
|
.include <bsd.port.mk>
|