37b5ed38b0
print/rubygem-ttfunk: update to 1.4.0 print/rubygem-pdf-core: update to 0.4.0 Update rubygem-prawn and friends to the latest versions. These are all committed at the same time to avoid breakage. PR: 193833 PR: 194012 PR: 194013 Submitted by: Michael Moll <kvedulv@kvedulv.de>
19 lines
335 B
Makefile
19 lines
335 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ttfunk
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Font Metrics Parser for Prawn
|
|
|
|
LICENSE= RUBY GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|