diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 11:56:17 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 11:56:17 +0000 |
commit | a74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /ftp/paraget | |
parent | e4ceaa901bf22ed58f8d80e942449d482ccfbb7e (diff) | |
download | ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.tar.gz ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.zip |
Notes
Diffstat (limited to 'ftp/paraget')
-rw-r--r-- | ftp/paraget/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 6aeabe81a4e9..ea6efc3c2169 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: paraget -# Date created: Apr 18, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= paraget PORTVERSION= 0.3.0 @@ -20,7 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= paraget.1 |