1f667ea22c
- Update WWW line in pkg-descr - Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
23 lines
465 B
Makefile
23 lines
465 B
Makefile
# New ports collection makefile for: rubygem-yapra
|
|
# Date created: 2008-07-30
|
|
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yapra
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
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>
|