00ca886ed4
Suggested by: az With hat: perl
32 lines
847 B
Makefile
32 lines
847 B
Makefile
# New ports collection makefile for: DBIx::Class::MooseColumns
|
|
# Date created: 2010-11-20
|
|
# Whom: Andrej Zverev <az@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-Class-MooseColumns
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MENDEL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= Allow write DBIC add_column definitions as attribute options
|
|
|
|
RUN_DEPENDS= p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose \
|
|
p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= \
|
|
DBIx::Class::MooseColumns.3 \
|
|
DBIx::Class::MooseColumns::Meta::Role::Attribute.3 \
|
|
DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn.3 \
|
|
DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn::Inflated.3
|
|
|
|
.include <bsd.port.mk>
|