8d4d726182
- Change MASTER_SITES to GOOGLE_CODE as the project is now hosted there Feature safe: yes
22 lines
437 B
Makefile
22 lines
437 B
Makefile
# New ports collection makefile for: lockfile
|
|
# Date created: 4th Sep, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lockfile
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Platform-independent file locking module
|
|
|
|
PROJECTHOST= py${PORTNAME}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|