2011-09-16 08:26:09 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2011/09/16 08:26:10 espie Exp $
|
2009-02-03 12:29:32 +00:00
|
|
|
|
|
|
|
COMMENT = command-line utility for POSIX tar(1) archive files
|
|
|
|
|
|
|
|
DISTNAME = archive-tar-minitar-0.5.2
|
2011-09-16 08:26:09 +00:00
|
|
|
REVISION = 5
|
2009-02-03 12:29:32 +00:00
|
|
|
CATEGORIES = archivers
|
|
|
|
|
|
|
|
HOMEPAGE = http://ruwiki.rubyforge.org/
|
|
|
|
|
|
|
|
# GPLv2/Ruby license
|
|
|
|
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}/tests && ${RUBY} testall.rb
|
2010-11-08 23:28:53 +00:00
|
|
|
|
2009-02-03 12:29:32 +00:00
|
|
|
.include <bsd.port.mk>
|