mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/rubygem-actionpack-xml_parser-rails72: New port
This commit is contained in:
parent
31a8d9dbf9
commit
d5e1ff782c
4 changed files with 29 additions and 0 deletions
|
@ -1778,6 +1778,7 @@
|
|||
SUBDIR += rubygem-actionpack-xml_parser-rails5
|
||||
SUBDIR += rubygem-actionpack-xml_parser-rails52
|
||||
SUBDIR += rubygem-actionpack-xml_parser-rails61
|
||||
SUBDIR += rubygem-actionpack-xml_parser-rails72
|
||||
SUBDIR += rubygem-actiontext60
|
||||
SUBDIR += rubygem-actiontext61
|
||||
SUBDIR += rubygem-actiontext70
|
||||
|
|
21
textproc/rubygem-actionpack-xml_parser-rails72/Makefile
Normal file
21
textproc/rubygem-actionpack-xml_parser-rails72/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= actionpack-xml_parser
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails72
|
||||
|
||||
MAINTAINER= mikael@FreeBSD.org
|
||||
COMMENT= XML parameters parser for Action Pack
|
||||
WWW= https://github.com/rails/actionpack-xml_parser
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack72>=7.2:www/rubygem-actionpack72 \
|
||||
rubygem-railties72>=7.2:www/rubygem-railties72
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-actionpack-xml_parser-rails72/distinfo
Normal file
3
textproc/rubygem-actionpack-xml_parser-rails72/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1494508637
|
||||
SHA256 (rubygem/actionpack-xml_parser-2.0.1.gem) = 40cb461ee99445314ab580a783fb7413580deb8b28113c9e70ecd7c1b334d5e6
|
||||
SIZE (rubygem/actionpack-xml_parser-2.0.1.gem) = 6144
|
4
textproc/rubygem-actionpack-xml_parser-rails72/pkg-descr
Normal file
4
textproc/rubygem-actionpack-xml_parser-rails72/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
actionpack-xml_parser is an XML parameters parser for Action Pack (removed from
|
||||
core in Rails 4.0).
|
||||
|
||||
See also: https://rubyonrails.org/
|
Loading…
Add table
Reference in a new issue