mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
21 lines
370 B
Makefile
21 lines
370 B
Makefile
# Created by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= platform
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= Platform-${PORTVERSION}
|
|
|
|
MAINTAINER= don@na.rim.or.jp
|
|
COMMENT= Hopefully robust platform sensing
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|