mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
29 lines
680 B
Makefile
29 lines
680 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= RDFStore
|
|
PORTVERSION= 0.51
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:AREGGIORI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl API for RDF Storage
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \
|
|
p5-URI>=0:net/p5-URI \
|
|
p5-DBI>=0:databases/p5-DBI
|
|
|
|
USES= bdb perl5
|
|
USE_PERL5= configure
|
|
|
|
pre-configure:
|
|
@${ECHO} "INCLUDE=${BDB_INCLUDE_DIR}" > ${WRKSRC}/arch_conf.in
|
|
@${ECHO} "LIB=${BDB_LIB_DIR}" >> ${WRKSRC}/arch_conf.in
|
|
@${ECHO} "DBNAME=-l${BDB_LIB_NAME}" >> ${WRKSRC}/arch_conf.in
|
|
|
|
.include <bsd.port.mk>
|