aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DMOZ-ParseRDF
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-10 13:04:01 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-10 13:04:01 +0000
commitb611168744d79188a3e152a2430c4f3ac712d642 (patch)
treec686a3631dfd53240e8bb89c811e6ae1fc9c4726 /databases/p5-DMOZ-ParseRDF
parent8e6990a3465caad0fd37e571e2fd4c4a1145d800 (diff)
downloadports-b611168744d79188a3e152a2430c4f3ac712d642.tar.gz
ports-b611168744d79188a3e152a2430c4f3ac712d642.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326900
Diffstat (limited to 'databases/p5-DMOZ-ParseRDF')
-rw-r--r--databases/p5-DMOZ-ParseRDF/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/p5-DMOZ-ParseRDF/Makefile b/databases/p5-DMOZ-ParseRDF/Makefile
index 57633625bc3e..c3636dd0c3c3 100644
--- a/databases/p5-DMOZ-ParseRDF/Makefile
+++ b/databases/p5-DMOZ-ParseRDF/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: databases/p5-DMOZ-ParseRDF
-# Date created: 04 August 2006
-# Whom: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
-#
+# Created by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
# $FreeBSD$
-#
PORTNAME= DMOZ-ParseRDF
PORTVERSION= 0.14
@@ -14,6 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= hans@nordhaug.priv.no
COMMENT= Parse the gigantic dmoz.org content file into smaller parts
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>