jeremy a6b8b062f2 Bump gem ports buildable with ruby 1.8 that have binaries
The binaries now use a 18 suffix on ruby 1.8.
2014-10-11 19:54:46 +00:00

22 lines
418 B
Makefile

# $OpenBSD: Makefile,v 1.12 2014/10/11 19:54:46 jeremy Exp $
COMMENT = command-line utility for POSIX tar(1) archive files
DISTNAME = archive-tar-minitar-0.5.2
REVISION = 8
CATEGORIES = archivers
HOMEPAGE = http://ruwiki.rubyforge.org/
# GPLv2/Ruby license
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
do-test:
@cd ${WRKBUILD}/tests && ${RUBY} testall.rb
.include <bsd.port.mk>