6ef743eb01
PR: ports/147358 Approved by: cm@therek.net (maintainer) Submitted by: myself (pgollucci@) Changes: http:/search.cpan.org/dist/ORLite/Changes
28 lines
707 B
Makefile
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.43
|
|
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>
|