mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
21 lines
342 B
Makefile
21 lines
342 B
Makefile
# Created by: Scott Sanders <scott@jssjr.com>
|
|
|
|
PORTNAME= merb-assets
|
|
PORTVERSION= 1.1.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Merb plugin for supporting assets
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-merb-core>=1.1.3:www/rubygem-merb-core
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|