mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
17 lines
276 B
Makefile
17 lines
276 B
Makefile
# Created by: TERAMOTO Masahiro <markun@onohara.to>
|
|
|
|
PORTNAME= opml
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= Simple wrapper for parsing OPML files
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|