freebsd-ports/sysutils/rubygem-sys-proctable/Makefile
Sunpoet Po-Chuan Hsieh cb1e4490c0 - Update to 0.9.8 (0.9.8-universal-freebsd)
- Add LICENSE
- Reformat pkg-descr
- Update WWW

Changes:	https://github.com/djberg96/sys-proctable/blob/master/CHANGES
2015-05-24 18:57:03 +00:00

22 lines
496 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-proctable
PORTVERSION= 0.9.8
DISTVERSIONSUFFIX= -universal-freebsd
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface for getting process information
LICENSE= ART20
RUN_DEPENDS= rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi
GEM_NAME= ${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>