forked from Lainports/freebsd-ports
- Add LICENSE_FILE - Update WWW - Take maintainership Changes: https://github.com/ms-ati/docile/blob/master/HISTORY.md
20 lines
332 B
Makefile
20 lines
332 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= docile
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Docile turns any Ruby object into a DSL
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|