c978e18630
- Update to 10.0.0 PR: ports/178172 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
25 lines
460 B
Makefile
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>
|