13 lines
244 B
Makefile
13 lines
244 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= libpeas Python support
|
|
|
|
LIBPEAS_SLAVE= python
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/libpeas/
|
|
|
|
.include "${MASTERDIR}/Makefile"
|