diff options
author | az <az@FreeBSD.org> | 2013-09-08 22:47:37 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-08 22:47:37 +0800 |
commit | c521f62e4b99a46ca515416e367a52b09ddb5c67 (patch) | |
tree | a97147b6b20e60f7395ff70357782d442396865e /devel/cvs2html | |
parent | d157da840df9918bde5eae6af82081c3f84a2012 (diff) | |
download | freebsd-ports-gnome-c521f62e4b99a46ca515416e367a52b09ddb5c67.tar.gz freebsd-ports-gnome-c521f62e4b99a46ca515416e367a52b09ddb5c67.tar.zst freebsd-ports-gnome-c521f62e4b99a46ca515416e367a52b09ddb5c67.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/cvs2html')
-rw-r--r-- | devel/cvs2html/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile index 64620b7ab6eb..27440dccc38c 100644 --- a/devel/cvs2html/Makefile +++ b/devel/cvs2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cvs2html -# Date created: Sun 02 Jul 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= cvs2html PORTVERSION= 1.98 @@ -21,7 +17,7 @@ COMMENT= Perl script to turn ``cvs log'' output into HTML LICENSE= GPLv2 PLIST_FILES= bin/cvs2html -USE_PERL5= yes +USES= perl5 NO_BUILD= yes do-extract: |