3a1c6d10f6
lines in ports Makefiles
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/10/15 15:06:42 sthen Exp $
|
|
|
|
COMMENT = generic interface to multiple Ruby template engines
|
|
|
|
DISTNAME = tilt-1.2.2
|
|
REVISION= 1
|
|
CATEGORIES = devel textproc
|
|
|
|
HOMEPAGE = http://github.com/rtomayko/tilt
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|