mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
972da1249d
- Update WWW line in pkg-descr
26 lines
479 B
Makefile
26 lines
479 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.2.0
|
|
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
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/yapra
|
|
|
|
.include <bsd.port.mk>
|