diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 15:28:11 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 15:28:11 +0800 |
commit | 884722cf1c61299e87592f72324ee96b6cf494ae (patch) | |
tree | 0dd4eb6f88b22feeb9c378545da034d2e8ff631a /textproc/p5-RDF-Notation3 | |
parent | defebaa8e582a29942af4442126beeec5f12c435 (diff) | |
download | freebsd-ports-gnome-884722cf1c61299e87592f72324ee96b6cf494ae.tar.gz freebsd-ports-gnome-884722cf1c61299e87592f72324ee96b6cf494ae.tar.zst freebsd-ports-gnome-884722cf1c61299e87592f72324ee96b6cf494ae.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu)
Diffstat (limited to 'textproc/p5-RDF-Notation3')
-rw-r--r-- | textproc/p5-RDF-Notation3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile index 229e21257506..91daa2334273 100644 --- a/textproc/p5-RDF-Notation3/Makefile +++ b/textproc/p5-RDF-Notation3/Makefile @@ -7,6 +7,7 @@ PORTNAME= RDF-Notation3 PORTVERSION= 0.91 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,6 @@ MAINTAINER= skv@FreeBSD.org COMMENT= RDF Notation3 parser BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core \ ${SITE_PERL}/${PERL_ARCH}/RDFStore.pm:${PORTSDIR}/textproc/p5-RDFStore RUN_DEPENDS= ${BUILD_DEPENDS} |