mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5aa33ab5cf
Approved by: portmgr (blanket infrastructure)
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Created by: Denis Pokataev <catone@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= AnyEvent-DBI-Abstract
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= catone@cpan.org
|
|
COMMENT= AnyEvent::DBI + SQL::Abstract
|
|
|
|
RUN_DEPENDS= p5-AnyEvent-DBI>=0:${PORTSDIR}/devel/p5-AnyEvent-DBI \
|
|
p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract \
|
|
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|