mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
c41e944219
Pointy hat: sunpoet
23 lines
423 B
Makefile
23 lines
423 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>
|