1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/archivers/py-rcssmin/Makefile
Richard Gallamore 91b31c2c77 * Updated maintainer email
* Changed comment headers to match my name and FreeBSD email

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11466
2017-07-03 19:06:08 +00:00

20 lines
372 B
Makefile

# Created by: Richard Gallamore <ultima@FreeBSD.org>
# $FreeBSD$
PORTNAME= rcssmin
PORTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima@FreeBSD.org
COMMENT= Fast CSS minifier for Python
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>