freebsd-ports/devel/py-fam/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

28 lines
633 B
Makefile

# New ports collection makefile for: py-fam
# Date created: 8 October 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= fam
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= python-fam
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-fam-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Python Interface to the File Alteration Monitor
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_fam.so
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGVERSION= 0.0.0
USE_FAM= yes
pre-patch:
${INSTALL_DATA} ${FILESDIR}/setup.py ${WRKSRC}
.include <bsd.port.mk>