853c80c70a
also update my email address in "Created by:" field. Approved by: hrs (mentor)
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# Created by: Koichiro IWAO <meta@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= delayer-deferred
|
|
PORTVERSION= 2.0.0
|
|
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.0.2:devel/rubygem-delayer
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|