freebsd-ports/databases/p5-DBIx-Sequence/Makefile

24 lines
486 B
Makefile
Raw Normal View History

# 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
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
PERL_CONFIGURE= yes
MAN3= DBIx::Sequence.3
.include <bsd.port.mk>