mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
24 lines
480 B
Makefile
24 lines
480 B
Makefile
PORTNAME= htmlmin2
|
|
PORTVERSION= 0.1.13
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= textproc python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= HTML Minifier
|
|
WWW= https://htmlmin.readthedocs.io/en/latest/ \
|
|
https://github.com/wilhelmer/htmlmin
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wilhelmer
|
|
GH_PROJECT= htmlmin
|
|
|
|
.include <bsd.port.mk>
|