- Update COMMENT - Update pkg-descr - Take maintainership Changes: https://github.com/prawnpdf/ttfunk/releases https://github.com/prawnpdf/ttfunk/blob/master/CHANGELOG.md
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= ttfunk
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Font Metrics Parser for the Prawn PDF generator
|
|
|
|
LICENSE= RUBY GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2
|
|
LICENSE_FILE_GPLv3= ${WRKSRC}/GPLv3
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|