diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 07:52:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 07:52:55 +0000 |
commit | ce05caaae21cd6b880cf5567917d6bde1c9144fa (patch) | |
tree | e8a2212c45ee293e5d8bec7c358c6a9a87fccd0d /www/ruboard | |
parent | 515af4186399b6025506d8ebfb5396b8761417b0 (diff) | |
download | ports-ce05caaae21cd6b880cf5567917d6bde1c9144fa.tar.gz ports-ce05caaae21cd6b880cf5567917d6bde1c9144fa.zip |
Notes
Diffstat (limited to 'www/ruboard')
-rw-r--r-- | www/ruboard/Makefile | 8 |
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> |