aboutsummaryrefslogtreecommitdiff
path: root/www/ruboard
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-03 07:52:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-03 07:52:55 +0000
commitce05caaae21cd6b880cf5567917d6bde1c9144fa (patch)
treee8a2212c45ee293e5d8bec7c358c6a9a87fccd0d /www/ruboard
parent515af4186399b6025506d8ebfb5396b8761417b0 (diff)
downloadports-ce05caaae21cd6b880cf5567917d6bde1c9144fa.tar.gz
ports-ce05caaae21cd6b880cf5567917d6bde1c9144fa.zip
- Convert to new perl framework
- Trim Makefile header
Notes
Notes: svn path=/head/; revision=324180
Diffstat (limited to 'www/ruboard')
-rw-r--r--www/ruboard/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/ruboard/Makefile b/www/ruboard/Makefile
index d6cf874a5d35..4841ab842f04 100644
--- a/www/ruboard/Makefile
+++ b/www/ruboard/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ruboard
-# Date created: 5 October 1998
-# Whom: Andrew Maltsev <am@amsoft.ru>
-#
+# Created by: Andrew Maltsev <am@amsoft.ru>
# $FreeBSD$
-#
PORTNAME= ruboard
PORTVERSION= 1.2.2
@@ -13,6 +9,6 @@ MASTER_SITES= http://amsoft.ru/pub/ruboard/
MAINTAINER= ports@FreeBSD.org
COMMENT= A web based discussion board
-USE_PERL5= yes
+USES= perl5
.include <bsd.port.mk>