blob: b26fd33d69185a1393ce49b85863344237471531 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: rubygem-yapra
# Date created: 2008-07-30
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= yapra
PORTVERSION= 0.1.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= tota@rtfm.jp
COMMENT= Yet Another Pragger implementation
RUN_DEPENDS= rubygem-mechanize>=0.7.6:${PORTSDIR}/www/rubygem-mechanize
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/yapra
.include <bsd.port.mk>
|