mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
31 lines
732 B
Makefile
31 lines
732 B
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.30
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-0.3
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Read and write RDF without complication
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
|
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
|
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= RDF::Simple.3 \
|
|
RDF::Simple::NS.3 \
|
|
RDF::Simple::Parser.3 \
|
|
RDF::Simple::Serialiser.3
|
|
|
|
.include <bsd.port.mk>
|