blob: 4633dbc1f630689f989e23dc06305732b27d28d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= bsdconv
PORTVERSION= 11.1.0
CATEGORIES= converters rubygems
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= buganini@gmail.com
COMMENT= Ruby wrapper for bsdconv
LICENSE= BSD
LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv
CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE}
GEM_NAME= ${DISTNAME}
NO_STAGE= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|