1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/rubygem-echoe/Makefile
Renato Botelho c350a20343 Cleanup headers of ports created by me
Feature safe:	yes
2012-10-11 13:16:54 +00:00

22 lines
539 B
Makefile

# $FreeBSD$
PORTNAME= echoe
PORTVERSION= 4.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rake tasks for docs, extension compiling, testing, and deployment
RUN_DEPENDS= rubygem-rubyforge>=0:${PORTSDIR}/devel/rubygem-rubyforge \
rubygem-gemcutter>=0:${PORTSDIR}/devel/rubygem-gemcutter \
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
rubygem-allison>=0:${PORTSDIR}/devel/rubygem-allison
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>