diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-06 15:35:55 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-06 15:35:55 +0000 |
commit | 2519a57b20216e5955adf1ffff6e824475e64b97 (patch) | |
tree | 23836517609ceb998efc20dbf5ac570f121322d5 /www/yaws | |
parent | 129714b9b00f2cb187d6526b21293458408ceaa0 (diff) | |
download | ports-2519a57b20216e5955adf1ffff6e824475e64b97.tar.gz ports-2519a57b20216e5955adf1ffff6e824475e64b97.zip |
Notes
Diffstat (limited to 'www/yaws')
-rw-r--r-- | www/yaws/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/yaws/Makefile b/www/yaws/Makefile index 65af0398a79b..62a0f881246f 100644 --- a/www/yaws/Makefile +++ b/www/yaws/Makefile @@ -3,25 +3,24 @@ PORTNAME= yaws PORTVERSION= 1.98 CATEGORIES= www devel -MASTER_SITES= GH MAINTAINER= olgeni@FreeBSD.org -COMMENT= A webserver for dynamic content written in Erlang +COMMENT= Web server for dynamic content written in Erlang BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang PLIST_SUB= VERSION="${PORTVERSION}" +USES= gmake +USE_AUTOTOOLS= autoconf USE_GITHUB= yes + GH_ACCOUNT= klacke GH_PROJECT= yaws GH_COMMIT= 83bdc80 GH_TAGNAME= yaws-${PORTVERSION} -USE_AUTOTOOLS+= autoconf -USE_GMAKE= yes - MAN1= yaws.1 MAN5= yaws.conf.5 yaws_api.5 yaws_soap_lib.5 |