mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Remove redundant MASTER_SITES
- Replace USE_GMAKE with USES - Fix COMMENT - Fix USE_AUTOTOOLS assignment Submitted by: danfe
This commit is contained in:
parent
129714b9b0
commit
2519a57b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333004
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user