1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/rubygem-jsobfu/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
316 B
Makefile

PORTNAME= jsobfu
PORTVERSION= 0.4.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Javascript code obfuscator
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-rkelly-remix>=0:www/rubygem-rkelly-remix
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/jsobfu
.include <bsd.port.mk>