blob: c2f1b589edd3a785b3c1b59aa2beb00f6dddbf3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
PORTREVISION= 0
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= Python support for Peas (1.0 API)
LIBPEAS_SLAVE= python
MASTERDIR= ${.CURDIR}/../../devel/libpeas1/
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|