1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/www/rubygem-yapra/Makefile
TAKATSU Tomonari 382150b7bd - Update to 0.2.2
- Pet portlint(1)
  * Trim Makefile header
  * Move LICENSE section earlier
- Transfer maintainership to ruby@

PR:		ports/180008
Submitted by:	swills
2013-06-30 13:47:07 +00:00

22 lines
395 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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/yapra
.include <bsd.port.mk>