19 lines
310 B
Makefile
19 lines
310 B
Makefile
# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= little-plugger
|
|
PORTVERSION= 1.1.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Mechanism to parse ruby little-plugger files
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|