summaryrefslogtreecommitdiff
path: root/devel/rubygem-scanf/Makefile
blob: cc29a00916f1c14971345324e445477e74242b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>