SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
net/ruby-net-smtp/Makefile
Normal file
18
net/ruby-net-smtp/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= SMTP for Ruby
|
||||
|
||||
DISTNAME= net-smtp-0.3.3
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Ruby, BSD-2-Clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
net/ruby-net-protocol
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/ruby-net-smtp/distinfo
Normal file
2
net/ruby-net-smtp/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (net-smtp-0.3.3.gem) = PVHcqpgbdK/y2Jy+id5FA7wtaCNl6lF2Nm6VCg1o1bA=
|
||||
SIZE (net-smtp-0.3.3.gem) = 15360
|
1
net/ruby-net-smtp/pkg/DESCR
Normal file
1
net/ruby-net-smtp/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Simple Mail Transfer Protocol client library for Ruby
|
8
net/ruby-net-smtp/pkg/PLIST
Normal file
8
net/ruby-net-smtp/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/smtp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/net-smtp.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue