freebsd-ports/devel/rubygem-little-plugger/Makefile
Sunpoet Po-Chuan Hsieh 7c30051708 - Respect rubygems naming: rename devel/rubygem-little_plugger to devel/rubygem-little-plugger
- Add LICENSE
- Remove DISTNAME and GEM_NAME
- Update WWW
- Bump PORTREVISION for dependency change
2015-01-05 19:30:13 +00:00

19 lines
342 B
Makefile

# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
# $FreeBSD$
PORTNAME= little-plugger
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Mechanism to parse ruby little-plugger files
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>