mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
|
|
PORTNAME= adsf
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Web server that can be spawned in any directory
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rack16>=1.0.0:www/rubygem-rack16
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/adsf
|
|
|
|
.include <bsd.port.mk>
|