83284dbe07
Changes: https://github.com/janlelis/paint/blob/master/CHANGELOG.md https://github.com/janlelis/paint/commits/master
18 lines
256 B
Makefile
18 lines
256 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= paint
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Terminal painter
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|