freebsd-ports/converters/rubygem-bsdconv/Makefile
Bryan Drewery c978e18630 - Move ruby-bsdconv to rubygem-bsdconv
- Update to 10.0.0

PR:		ports/178172
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-05-01 23:19:46 +00:00

25 lines
460 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= bsdconv
PORTVERSION= 10.0.0
CATEGORIES= converters rubygems
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= buganini@gmail.com
COMMENT= Ruby wrapper for bsdconv
LICENSE= BSD
LIB_DEPENDS= bsdconv:${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>