freebsd-ports/devel/rubygem-platform/Makefile
Philip M. Gollucci bc03b273ca RF -> RG Conversion (Part III)
With Hat:       ruby@
Tested by:      make checksum
2010-09-09 19:12:56 +00:00

23 lines
438 B
Makefile

# New ports collection makefile for: rubygem-Platform
# Date created: 2008-04-13
# Whom: 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
.include <bsd.port.mk>