freebsd-ports/www/rubygem-modernizr/Makefile
Sunpoet Po-Chuan Hsieh 2f05d61fda - Add LICENSE
- Remove contiguous blank lines
- Reformat pkg-descr
2013-12-02 14:28:45 +00:00

19 lines
336 B
Makefile

# $FreeBSD$
PORTNAME= modernizr
PORTVERSION= 2.6.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Neatly packaged Modernizr JS assets
LICENSE= MIT
RUN_DEPENDS= rubygem-sprockets>=2.0:${PORTSDIR}/devel/rubygem-sprockets
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>