mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Small and easy to use ruby Atom feed generator
WWW: https://github.com/mmb/tinyatom
This commit is contained in:
parent
56d0ee63c0
commit
939d845e67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322021
@ -1807,6 +1807,7 @@
|
||||
SUBDIR += rubygem-staticmatic
|
||||
SUBDIR += rubygem-taggable
|
||||
SUBDIR += rubygem-thin
|
||||
SUBDIR += rubygem-tinyatom
|
||||
SUBDIR += rubygem-typhoeus
|
||||
SUBDIR += rubygem-uglifier
|
||||
SUBDIR += rubygem-unicorn
|
||||
|
19
www/rubygem-tinyatom/Makefile
Normal file
19
www/rubygem-tinyatom/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tinyatom
|
||||
PORTVERSION= 0.3.6
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Small and easy to use ruby Atom feed generator
|
||||
|
||||
RUN_DEPENDS= rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \
|
||||
rubygem-public_suffix>=0:${PORTSDIR}/dns/rubygem-public_suffix
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-tinyatom/distinfo
Normal file
2
www/rubygem-tinyatom/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/tinyatom-0.3.6.gem) = d2651a339d7e4aeafc8ad2649c4d280d673fe7aa71ceae59a52dc9c863cea22c
|
||||
SIZE (rubygem/tinyatom-0.3.6.gem) = 7168
|
3
www/rubygem-tinyatom/pkg-descr
Normal file
3
www/rubygem-tinyatom/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Small and easy to use ruby Atom feed generator
|
||||
|
||||
WWW: https://github.com/mmb/tinyatom
|
Loading…
Reference in New Issue
Block a user