Horde abstracted interface to various CSS minification backends.
WWW: http://pear.horde.org
This commit is contained in:
parent
7e11c9598c
commit
190fc81624
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361452
4 changed files with 19 additions and 0 deletions
|
@ -1054,6 +1054,7 @@
|
|||
SUBDIR += pdftohtml
|
||||
SUBDIR += pear-File_Fortune
|
||||
SUBDIR += pear-File_MARC
|
||||
SUBDIR += pear-Horde_CssMinify
|
||||
SUBDIR += pear-Horde_Kolab_Format
|
||||
SUBDIR += pear-Horde_Pdf
|
||||
SUBDIR += pear-Horde_SpellChecker
|
||||
|
|
13
textproc/pear-Horde_CssMinify/Makefile
Normal file
13
textproc/pear-Horde_CssMinify/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Created by: Martin Matuska <mm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_CssMinify
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= textproc www pear
|
||||
|
||||
MAINTAINER= horde@FreeBSD.org
|
||||
COMMENT= Horde CSS Minification
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
||||
.include <bsd.port.post.mk>
|
2
textproc/pear-Horde_CssMinify/distinfo
Normal file
2
textproc/pear-Horde_CssMinify/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Horde/Horde_CssMinify-1.0.0.tgz) = eb4884939ca301f55a2419c53f0e49c22baba9c8d761645490a19a27d6970af2
|
||||
SIZE (Horde/Horde_CssMinify-1.0.0.tgz) = 11463
|
3
textproc/pear-Horde_CssMinify/pkg-descr
Normal file
3
textproc/pear-Horde_CssMinify/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Horde abstracted interface to various CSS minification backends.
|
||||
|
||||
WWW: http://pear.horde.org
|
Loading…
Reference in a new issue