freebsd-ports/databases/p5-ORLite/Makefile
Martin Wilke f2eb629179 - Update to 1.28
PR:		139179
Submitted by:	Cezary Morga <cm@therek.net> (maintainer)
2009-09-30 14:05:02 +00:00

28 lines
707 B
Makefile

# New ports collection makefile for: p5-ORLite
# Date created: March 8th 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= ORLite
PORTVERSION= 1.28
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMK
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Perl5 extremely light weight SQLite-specific ORM
BUILD_DEPENDS= p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \
p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-File-Remove>=1.40:${PORTSDIR}/devel/p5-File-Remove \
p5-Params-Util>=0.33:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= ORLite.3
.include <bsd.port.mk>