Add LICENSE
- Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change - Add GitHub repository to WWW - Take maintainership
This commit is contained in:
parent
12f62f8441
commit
10c1810c82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464784
2 changed files with 8 additions and 3 deletions
|
@ -2,14 +2,18 @@
|
|||
|
||||
PORTNAME= cssmin
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python port of the YUI CSS compression algorithm
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
A Python port of the YUI CSS compression algorithm.
|
||||
This is a Python port of the YUI CSS Compressor.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/cssmin
|
||||
WWW: https://github.com/zacharyvoase/cssmin
|
||||
|
|
Loading…
Reference in a new issue