diff options
author | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 19:56:17 +0800 |
commit | bdf441a301bf87d593e86acea1f474e6232479c1 (patch) | |
tree | 44a97c66747f24c5fab92020a97ab60bb4e93db7 /news/plor | |
parent | fc92a75e275451c4dc21ae4719d43e87ecca2d85 (diff) | |
download | freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.gz freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.tar.zst freebsd-ports-gnome-bdf441a301bf87d593e86acea1f474e6232479c1.zip |
- Convert to new perl framework
- Trim Makefile header
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 |