aboutsummaryrefslogtreecommitdiff
path: root/biology/rubygem-bio-old-biofetch-emulator/Makefile
blob: 3915f9c32906b42427d52bc87cfab0a22aa68330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	bio-old-biofetch-emulator
PORTVERSION=	1.0.0
CATEGORIES=	biology rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Emulate Bio::Fetch object

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-bio>=1.4.2:biology/rubygem-bio

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>