freebsd-ports/print/rubygem-prawn_shapes/Makefile
Sunpoet Po-Chuan Hsieh aa32e4e82c Add rubygem-prawn_shapes 1.2.1
Shapes library for Prawn

Available thus far:
- star
- half_star
- arc
- pie_slice
- half_circle
- quarter_circle

WWW: https://github.com/Bluejade/prawn-shapes
2017-03-12 17:28:01 +00:00

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>