21 lines
381 B
Makefile
21 lines
381 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= delayer-deferred
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Deferred for Delayer
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-delayer>=0:devel/rubygem-delayer
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|