mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
745fb9cdaf
drop maintainership
19 lines
409 B
Makefile
19 lines
409 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rubygem-fastercsv
|
|
# Date created: Sep 5, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fastercsv
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A complete replacement to the CSV standard library
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
|
|
.include <bsd.port.post.mk>
|