mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
23 lines
368 B
Makefile
23 lines
368 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:www/rubygem-mechanize
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/yapra
|
|
|
|
.include <bsd.port.mk>
|