aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DMOZ-ParseRDF/Makefile
blob: c3636dd0c3c3e29d1ef3e04f9246f7dea56a8a60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
# $FreeBSD$

PORTNAME=	DMOZ-ParseRDF
PORTVERSION=	0.14
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	hans@nordhaug.priv.no
COMMENT=	Parse the gigantic dmoz.org content file into smaller parts

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>