summaryrefslogtreecommitdiff
path: root/devel/rubygem-scanf/Makefile
blob: 678c0aed3925b5f03aba819db2940c62b495c015 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)
WWW=		https://rubygems.org/gems/scanf

LICENSE=	BSD2CLAUSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>