diff options
Diffstat (limited to 'print/rubygem-pdf-core/Makefile')
-rw-r--r-- | print/rubygem-pdf-core/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile new file mode 100644 index 000000000000..289ca2e924a5 --- /dev/null +++ b/print/rubygem-pdf-core/Makefile @@ -0,0 +1,16 @@ +# Created by: Michael Moll <kvedulv at kvedulv.de> +# $FreeBSD$ + +PORTNAME= pdf-core +PORTVERSION= 0.2.5 +CATEGORIES= print rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby library to render PDF documents + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |