diff options
Diffstat (limited to 'devel/rubygem-syslog_protocol/Makefile')
-rw-r--r-- | devel/rubygem-syslog_protocol/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/rubygem-syslog_protocol/Makefile b/devel/rubygem-syslog_protocol/Makefile new file mode 100644 index 000000000000..b842d17fab84 --- /dev/null +++ b/devel/rubygem-syslog_protocol/Makefile @@ -0,0 +1,16 @@ +PORTNAME= syslog_protocol +PORTVERSION= 0.9.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= nick@foobar.org +COMMENT= Syslog protocol parser and generator +WWW= https://github.com/eric/syslog_protocol + +LICENSE= MIT + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |