10 lines
184 B
Makefile
10 lines
184 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
USES= python:3.3+
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-cssutils
|
|
|
|
.include "${MASTERDIR}/Makefile"
|