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