7480b3f924
Deployment concerns for dotenv WWW: https://github.com/bkeepers/dotenv-deployment
16 lines
300 B
Makefile
16 lines
300 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dotenv-deployment
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Deployment concerns for dotenv
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|