- Add LICENSE - Use CPAN as WWW Changes: http://search.cpan.org/dist/POE-Component-EasyDBI/Changes
25 lines
590 B
Makefile
25 lines
590 B
Makefile
# Created by: Zach Thompson <lin-chi@lastamericanempire.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-EasyDBI
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= POE Component for simplified DBI usage
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
|
p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
|
p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|