blob: f64927c2c81999ded3def65c1d97064b8a5e64da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
PORTREVISION= 0
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= Python support for libpeas
LIBPEAS_SLAVE= python
MASTERDIR= ${.CURDIR}/../../devel/libpeas/
.include "${MASTERDIR}/Makefile"
|