50aea608e9
Prawn::Icon provides a simple mechanism for rendering icons and icon fonts from within Prawn. The following icon fonts ship with Prawn::Icon: - FontAwesome (http://fontawesome.io/icons/) - Foundation Icons (http://zurb.com/playground/foundation-icon-fonts-3) - PaymentFont (https://paymentfont.com) WWW: https://github.com/jessedoyle/prawn-icon
26 lines
523 B
Makefile
26 lines
523 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prawn-icon
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Provide various icon fonts for the Prawn PDF toolkit
|
|
|
|
LICENSE= GPLv2 GPLv3 RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-prawn>=1.1.0<3.0.0:print/rubygem-prawn
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|