1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/databases/p5-DMOZ-ParseRDF/Makefile
Martin Wilke c265661e6c DMOZ::ParseRDF is an object-oriented module for parsing DMOZ data into
manageable sub-sections. As of January 8th 2004 the DMOZ content file is
around 1.3GB in size. The data is free to download and can be used in your
custom database but please make sure you read the license agreement at
http://dmoz.org/license.html first.

WWW: http://search.cpan.org/dist/DMOZ-ParseRDF

PR:		ports/101343
Submitted by:	Hans Fredrik Nordhaug <hans(at)nordhaug.priv.no>
2006-09-13 10:33:09 +00:00

21 lines
475 B
Makefile

# New ports collection makefile for: databases/p5-DMOZ-ParseRDF
# Date created: 04 August 2006
# Whom: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
#
# $FreeBSD$
#
PORTNAME= DMOZ-ParseRDF
PORTVERSION= 0.14
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DMOZ
PKGNAMEPREFIX= p5-
MAINTAINER= hans@nordhaug.priv.no
COMMENT= Parse the gigantic dmoz.org content file into smaller parts
PERL_CONFIGURE= yes
.include <bsd.port.mk>