freebsd-ports/textproc/rubygem-rugments/Makefile
Sunpoet Po-Chuan Hsieh 3dea99e482 Update default GEM_NAME
Change default GEM_NAME from ${PORTNAME}-${PORTVERSION} to ${DISTNAME} to avoid
unnecessary GEM_NAME setting in ports Makefile

Differential Revision:	https://reviews.FreeBSD.org/D9250
PR:		216267
Exp-run by:	antoine
2017-01-21 17:29:23 +00:00

20 lines
337 B
Makefile

# $FreeBSD$
PORTNAME= rugments
DISTVERSION= 1.0.0.beta8
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, easy to extend drop in replacement for pygments
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/rugmentize
.include <bsd.port.mk>