aboutsummaryrefslogtreecommitdiff
path: root/textproc/bib2html
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 07:12:18 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 07:12:18 +0000
commit7657fda5944d0dfd9a5c121dc6d2e87a7dd44230 (patch)
treeb790926090e5ba48d7e2febe73a92d8a3b110612 /textproc/bib2html
parent4240fc6bea860b1d7a2de8626e6946349e4e947f (diff)
downloadports-7657fda5944d0dfd9a5c121dc6d2e87a7dd44230.tar.gz
ports-7657fda5944d0dfd9a5c121dc6d2e87a7dd44230.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326945
Diffstat (limited to 'textproc/bib2html')
-rw-r--r--textproc/bib2html/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile
index 5f904fabecc3..3e13ce4e5f66 100644
--- a/textproc/bib2html/Makefile
+++ b/textproc/bib2html/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: bib2html
-# Date created: Jan 5, 2004
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= bib2html
DISTVERSION= 5.1-1
@@ -18,7 +13,8 @@ COMMENT= The BibTeX to HTML Translator
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]$//}/src
-USE_PERL5_RUN= yes
+USES= perl5
+USE_PERL5= run
NO_BUILD= yes
post-patch: