freebsd-ports/converters/rubygem-ruby-bsdconv/Makefile

20 lines
352 B
Makefile
Raw Normal View History

# Created by: buganini@gmail.com
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>