18 lines
532 B
Makefile
18 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.4 2010/09/23 09:22:14 taca Exp $
|
|
|
|
DISTNAME= mongrel_upload_progress-0.2.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/fauna/mongrel
|
|
COMMENT= Mongrel plugin to track file upload status
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mongrel>=0.3.13.3:../../www/mongrel
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-mongrel-upload-progress-[0-9]* \
|
|
mongrel-upload-progress-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|