freebsd-ports/net/rubygem-iproto/Makefile
Veniamin Gvozdikov 862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00

19 lines
395 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= iproto
PORTVERSION= 0.3.10
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= vg@FreeBSD.org
COMMENT= Ruby implementation of Mail.Ru iproto protocol
RUN_DEPENDS= rubygem-bin_utils>=0.0.3:${PORTSDIR}/devel/rubygem-bin_utils
RUBY_VER= 1.9
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>