3dea99e482
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
20 lines
337 B
Makefile
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>
|