freebsd-ports/www/rubygem-yapra/Makefile
Sunpoet Po-Chuan Hsieh 62b8ca26f5 - Add NO_ARCH
- Update WWW
2015-08-16 00:42:25 +00:00

23 lines
410 B
Makefile

# Created by: TAKATSU Tomonari <tota@rtfm.jp>
# $FreeBSD$
PORTNAME= yapra
PORTVERSION= 0.2.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Yet Another Pragger implementation
LICENSE= MIT
RUN_DEPENDS= rubygem-mechanize>=0:${PORTSDIR}/www/rubygem-mechanize
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/yapra
.include <bsd.port.mk>