1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/rubygem-jsmin/Makefile
Sunpoet Po-Chuan Hsieh 8e8005c614 - Add LICENSE
- Remove USES=python
- Update WWW
- Bump PORTREVISION for dependency change
2015-05-24 00:06:37 +00:00

19 lines
313 B
Makefile

# $FreeBSD$
PORTNAME= jsmin
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby implementation of Douglas Crockford's JSMin JavaScript minifier
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>