mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
382150b7bd
- Pet portlint(1) * Trim Makefile header * Move LICENSE section earlier - Transfer maintainership to ruby@ PR: ports/180008 Submitted by: swills
22 lines
395 B
Makefile
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>
|