073942c880
Approved by: portmgr (blanket infrastructure)
19 lines
420 B
Makefile
19 lines
420 B
Makefile
# Created by: Jon Nistor <nistor@snickers.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Sequence
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= nistor@snickers.org
|
|
COMMENT= DBIx::Sequence - A simple SQL92 ID generator
|
|
|
|
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
|
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|