mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# New ports collection makefile for: p5-RDF-Simple
|
|
# Date created: July 12 2004
|
|
# Whom: Aaron Straup Cope <ascope@cpan.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= RDF-Simple
|
|
PORTVERSION= 0.41.2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Read and write RDF without complication
|
|
|
|
RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
BUILD_DEPENDS+= p5-IO-CaptureOutput>=0:${PORTSDIR}/devel/p5-IO-CaptureOutput \
|
|
p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= RDF::Simple.3 \
|
|
RDF::Simple::NS.3 \
|
|
RDF::Simple::Parser.3 \
|
|
RDF::Simple::Parser::Handler.3 \
|
|
RDF::Simple::Serialiser.3 \
|
|
RDF::Simple::Serializer.3
|
|
|
|
.include <bsd.port.mk>
|