summaryrefslogtreecommitdiff
path: root/devel/rubygem-scanf/Makefile
blob: ccd36ea6671891c33d6c4ebc29104595e83efab5 (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)

LICENSE=	BSD2CLAUSE

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>