29 lines
616 B
Makefile
29 lines
616 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/19 22:31:37 espie Exp $
|
|
|
|
COMMENT= fork of pymsn to support telepathy-butterfly
|
|
|
|
MODPY_EGG_VERSION= 0.5.1
|
|
DISTNAME= papyon-${MODPY_EGG_VERSION}
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/papyon
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/papyon/releases/
|
|
|
|
MODULES= lang/python
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/py-gobject \
|
|
security/py-crypto \
|
|
security/py-openssl
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|