freebsd-ports/sysutils/rubygem-sys-proctable/Makefile
Steve Wills 413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00

20 lines
452 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= sys-proctable
PORTVERSION= 0.9.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
EXTRACT_SUFX= # none
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface for getting process information
GEM_NAME= ${PORTNAME}-${PORTVERSION}-x86-freebsd-7
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>