4f9664ab00
OK landry@
27 lines
508 B
Makefile
27 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/01/06 04:24:24 jeremy Exp $
|
|
|
|
COMMENT= Ruby library to create and parse MIME messages
|
|
|
|
DISTNAME= rmail-1.0.0
|
|
REVISION = 5
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://github.com/matta/rubymail
|
|
|
|
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:
|
|
@cd ${WRKBUILD} && ${RUBY} test/runtests.rb
|
|
|
|
.include <bsd.port.mk>
|