freebsd-ports/textproc/rubygem-citrus/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

17 lines
282 B
Makefile

# $FreeBSD$
PORTNAME= citrus
PORTVERSION= 3.0.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Parsing Expressions for Ruby
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>