diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 07:23:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 07:23:26 +0000 |
commit | 1b4b5c15680891d127847fbec6484564a7610956 (patch) | |
tree | 183985516a8045d004d440a870cf69d97e161ae8 /textproc/p5-xmltv/Makefile | |
parent | 758e1e6a772fb913ade4f62c347db5446410e2ea (diff) | |
download | ports-1b4b5c15680891d127847fbec6484564a7610956.tar.gz ports-1b4b5c15680891d127847fbec6484564a7610956.zip |
Notes
Diffstat (limited to 'textproc/p5-xmltv/Makefile')
-rw-r--r-- | textproc/p5-xmltv/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile index d58db6782b0d..c316f829eeb0 100644 --- a/textproc/p5-xmltv/Makefile +++ b/textproc/p5-xmltv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmltv -# Date created: Mon Nov 4 02:56:34 UTC 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xmltv PORTVERSION= 0.5.61 @@ -47,8 +43,9 @@ XMLTV_DEPENDS= \ BUILD_DEPENDS= ${XMLTV_DEPENDS} RUN_DEPENDS= ${XMLTV_DEPENDS} +USES= perl5 USE_BZIP2= yes -PERL_CONFIGURE= yes +USE_PERL5= configure DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} |