freebsd-ports/print/rubygem-pdf-core/Makefile
Sunpoet Po-Chuan Hsieh 8b30495662 - Update to 0.5.1
- Add LICENSE
- Add GitHub repository to WWW

Changes:	https://github.com/prawnpdf/pdf-core/commits/master
2015-05-24 18:57:22 +00:00

19 lines
348 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= pdf-core
PORTVERSION= 0.5.1
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library to render PDF documents
LICENSE= GPLv2 GPLv3 RUBY
LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>