mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
d2c1138788
- Remove MD5 PR: ports/153279 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Changes: http://search.cpan.org/dist/ORLite/Changes
29 lines
707 B
Makefile
29 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.47
|
|
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>
|