35ace94173
PR: 226742 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days)
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-bsdconv
|
|
PORTVERSION= 11.3.1
|
|
CATEGORIES= converters rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Ruby wrapper for bsdconv
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
|
|
|
|
CONFIGURE_ARGS= --with-bsdconv-dir=${LOCALBASE}
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|