24 lines
626 B
Makefile
24 lines
626 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tangram
|
|
PORTVERSION= 2.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Orthogonal Object Persistence in Relational Databases
|
|
|
|
BUILD_DEPENDS= p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \
|
|
p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece \
|
|
p5-Class-Date>=0:${PORTSDIR}/devel/p5-Class-Date \
|
|
p5-Data-Lazy>=0:${PORTSDIR}/devel/p5-Data-Lazy \
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|