diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-21 20:28:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-21 20:28:31 +0000 |
commit | 1062945cffb52b4ef183d776b18212414bb92a42 (patch) | |
tree | 565ac8253afb60290691557bf7a730699d761188 /www/ruboard/Makefile | |
parent | 4e6498cce0df40a487fb5d64b53e754fa4731152 (diff) | |
download | ports-1062945cffb52b4ef183d776b18212414bb92a42.tar.gz ports-1062945cffb52b4ef183d776b18212414bb92a42.zip |
Notes
Diffstat (limited to 'www/ruboard/Makefile')
-rw-r--r-- | www/ruboard/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/ruboard/Makefile b/www/ruboard/Makefile index 454da1f4376a..d6cf874a5d35 100644 --- a/www/ruboard/Makefile +++ b/www/ruboard/Makefile @@ -6,15 +6,13 @@ # PORTNAME= ruboard -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= www russian MASTER_SITES= http://amsoft.ru/pub/ruboard/ -MAINTAINER= am@amsoft.ru +MAINTAINER= ports@FreeBSD.org COMMENT= A web based discussion board -USE_PERL5_BUILD=yes -USE_PERL5_RUN =yes +USE_PERL5= yes .include <bsd.port.mk> |