1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/converters/rubygem-bsdconv/Makefile
Antoine Brodin c41e944219 Revert r428451 and unbreak
Pointy hat:	sunpoet
2016-12-24 10:07:38 +00:00

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>