2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2002-05-30 17:47:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= RDF-Core
|
2007-03-03 14:39:22 +01:00
|
|
|
PORTVERSION= 0.51
|
2002-05-30 17:47:38 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-05-30 17:47:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Object oriented Perl modules for handling tasks related to RDF
|
2002-05-30 17:47:38 +02:00
|
|
|
|
2012-06-04 10:37:59 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-05-30 17:47:38 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-05-30 17:47:38 +02:00
|
|
|
|
|
|
|
DOCSUBDIR= / RDF RDF/Core RDF/Core/Enumerator RDF/Core/Model \
|
|
|
|
RDF/Core/Storage
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
|
|
|
|
.for DOCDIR in ${DOCSUBDIR}
|
2013-11-07 04:52:41 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/${DOCDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${DOCDIR}/*.html ${STAGEDIR}${DOCSDIR}/${DOCDIR}
|
2002-05-30 17:47:38 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|