forked from Lainports/freebsd-ports
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jsobfu
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Javascript code obfuscator
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= rubygem-rkelly-remix>=0.0.6:${PORTSDIR}/www/rubygem-rkelly-remix
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/jsobfu
|
|
|
|
.include <bsd.port.mk>
|