mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
A Python port of the YUI CSS compression algorithm.
PR: ports/181330 Submitted by: loader
This commit is contained in:
parent
c82ca9149f
commit
5d28505ee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324785
@ -1483,6 +1483,7 @@
|
||||
SUBDIR += py-cherrypy
|
||||
SUBDIR += py-cherrypy-old
|
||||
SUBDIR += py-clientform
|
||||
SUBDIR += py-cssmin
|
||||
SUBDIR += py-cssselect
|
||||
SUBDIR += py-cssutils
|
||||
SUBDIR += py-django
|
||||
|
15
www/py-cssmin/Makefile
Normal file
15
www/py-cssmin/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cssmin
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= loader@freebsdmall.com
|
||||
COMMENT= A Python port of the YUI CSS compression algorithm
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-cssmin/distinfo
Normal file
2
www/py-cssmin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cssmin-0.1.4.tar.gz) = dc9ddf046e95eec62809c14fb145fd5953eafa99e02dae934cb53b61e545e43d
|
||||
SIZE (cssmin-0.1.4.tar.gz) = 7723
|
3
www/py-cssmin/pkg-descr
Normal file
3
www/py-cssmin/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Python port of the YUI CSS compression algorithm.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/cssmin/
|
2
www/py-cssmin/pkg-plist
Normal file
2
www/py-cssmin/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/cssmin
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
Loading…
Reference in New Issue
Block a user