11 lines
222 B
Makefile
11 lines
222 B
Makefile
PORTREVISION= 0
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
COMMENT= Python support for libpeas
|
|
|
|
LIBPEAS_SLAVE= python
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/libpeas/
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|