769c98f0bb
Changes: https://bitbucket.org/cthedot/cssutils/src/default/CHANGELOG.txt https://bitbucket.org/cthedot/cssutils/commits/all
8 lines
163 B
Makefile
8 lines
163 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-cssutils
|
|
|
|
USES= python:3.3+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|