freebsd-ports/databases/p5-Dancer-Plugin-DBIC/Makefile
Martin Wilke 2369cbe769 DBIx::Class interface for Dancer applications
WWW:	http://search.cpan.org/dist/Dancer-Plugin-DBIC/

PR:		ports/154725
Submitted by:	"ports@c0decafe.net" <ports@c0decafe.net
2011-02-13 03:25:08 +00:00

26 lines
644 B
Makefile

# New ports collection makefile for: p5-Dancer-Plugin-DBIC
# Date created: 2011-02-13
# Whom: <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= Dancer-Plugin-DBIC
PORTVERSION= 0.1504
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@c0decafe.net
COMMENT= DBIx::Class interface for Dancer applications
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\
p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\
p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Dancer::Plugin::DBIC.3
.include <bsd.port.mk>