freebsd-ports/databases/p5-DBIx-Sequence/Makefile
Andrej Zverev 073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00

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>