Files
ports/print/rubygem-ttfunk/Makefile
2021-05-16 23:24:38 +08:00

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>