2011-09-16 06:31:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2011/09/16 10:31:22 espie Exp $
|
2007-11-04 11:52:32 -05:00
|
|
|
|
|
|
|
COMMENT= Ruby library to create and parse MIME messages
|
|
|
|
|
2008-05-09 13:24:39 -04:00
|
|
|
DISTNAME= rmail-1.0.0
|
2011-09-16 06:31:20 -04:00
|
|
|
REVISION = 6
|
2007-11-04 11:52:32 -05:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
2010-12-11 11:05:43 -05:00
|
|
|
HOMEPAGE= http://github.com/matta/rubymail
|
2007-11-04 11:52:32 -05:00
|
|
|
|
|
|
|
MAINTAINER= Lawrence Teo <lteo.openbsd1@calyptix.com>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
|
|
|
|
do-regress:
|
2008-05-09 13:24:39 -04:00
|
|
|
@cd ${WRKBUILD} && ${RUBY} test/runtests.rb
|
2007-11-04 11:52:32 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|