freebsd-ports/converters/rubygem-bsdconv/Makefile
Sunpoet Po-Chuan Hsieh af1d0bbef2 - Update to 11.3.1
Changes:	https://github.com/buganini/ruby-bsdconv/releases
PR:		201015
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2015-06-28 08:38:25 +00:00

25 lines
467 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:${PORTSDIR}/converters/bsdconv
CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>