summaryrefslogtreecommitdiff
path: root/devel/rubygem-scanf/Makefile
blob: 7f0ad6bb243e4537fb15a12c0f31a3287f219fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

PORTNAME=	scanf
DISTVERSION=	1.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	romain@FreeBSD.org
COMMENT=	Ruby implementation of the C function scanf(3)

LICENSE=	BSD2CLAUSE

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>