2f05d61fda
- Remove contiguous blank lines - Reformat pkg-descr
19 lines
336 B
Makefile
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>
|