aa32e4e82c
Shapes library for Prawn Available thus far: - star - half_star - arc - pie_slice - half_circle - quarter_circle WWW: https://github.com/Bluejade/prawn-shapes
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prawn_shapes
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Adds additional vector shapes to Prawn
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|