24 lines
425 B
Makefile
24 lines
425 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 11.3.1
|
|
CATEGORIES= converters rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Ruby wrapper for bsdconv
|
|
|
|
LICENSE= ISCL
|
|
|
|
LIB_DEPENDS= libbsdconv.so:converters/bsdconv
|
|
|
|
CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE}
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|