1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add LICENSE

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-12-07 01:02:19 +00:00
parent 8b9c115b43
commit 4605a30027
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335801

View File

@ -9,15 +9,18 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Larch copies messages from one IMAP server to another
LICENSE= GPLv2
# rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \
RUN_DEPENDS= rubygem-highline>=1.5:${PORTSDIR}/devel/rubygem-highline \
rubygem-sequel3>=3.14:${PORTSDIR}/devel/rubygem-sequel3 \
rubygem-sequel>=3.14:${PORTSDIR}/devel/rubygem-sequel \
rubygem-sqlite3>=1.3:${PORTSDIR}/databases/rubygem-sqlite3 \
rubygem-trollop>=1.13:${PORTSDIR}/devel/rubygem-trollop
PLIST_FILES= bin/larch
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/larch
.include <bsd.port.mk>