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 /news/plor | |
parent | e4ceaa901bf22ed58f8d80e942449d482ccfbb7e (diff) | |
download | ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.tar.gz ports-a74217e6d9281b3d195ab0ad6e6b9434f63b6d27.zip |
Notes
Diffstat (limited to 'news/plor')
-rw-r--r-- | news/plor/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/plor/Makefile b/news/plor/Makefile index 5a1ffbb93432..5ec650f86de9 100644 --- a/news/plor/Makefile +++ b/news/plor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: plor -# Date Created: 30 Dec 1996 -# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> -# +# Created by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # $FreeBSD$ -# PORTNAME= plor PORTVERSION= 0.3.3 @@ -19,7 +15,7 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 MAN1= plor.1 |