openbsd-ports/textproc/ruby-icalendar/Makefile

31 lines
575 B
Makefile

# $OpenBSD: Makefile,v 1.3 2008/06/14 23:57:18 landry Exp $
COMMENT= iCalendar support for Ruby
DISTNAME= icalendar-1.0.2
PKGNAME= ruby-${DISTNAME}p0
CATEGORIES= textproc
HOMEPAGE= http://icalendar.rubyforge.org/
# Ruby license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=icalendar/}
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
PKG_ARCH= *
REGRESS_DEPENDS= ::devel/ruby-rake
do-regress:
@cd ${WRKDIST} && ${LOCALBASE}/bin/rake test
.include <bsd.port.mk>