e69abc704e
- Fix *_DEPENDS: parent is already in all supported Perl releases - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) With hat: perl
24 lines
519 B
Makefile
24 lines
519 B
Makefile
# Created by: Denis Pokataev <catone@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= AnyEvent-DBI-Abstract
|
|
PORTVERSION= 0.01
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= AnyEvent::DBI + SQL::Abstract
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-AnyEvent-DBI>=0:${PORTSDIR}/devel/p5-AnyEvent-DBI \
|
|
p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|