freebsd-ports/databases/p5-DBIx-Sequence/Makefile
Steve Wills b8fa5dd4fa - Correct BUILD_DEPENDS and RUN_DEPENDS
PR:		ports/164415
Submitted by:	swills (myself)
Approved by:	Jon Nistor <nistor@snickers.org> (maintainer)
2012-01-29 22:01:01 +00:00

24 lines
517 B
Makefile

# New ports collection makefile for: p5-DBIx-Sequence
# Date created: 6 Jan 2006
# Whom: 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
PERL_CONFIGURE= yes
MAN3= DBIx::Sequence.3
.include <bsd.port.mk>