freebsd-ports/devel/py-xattr/Makefile
Alexander Nedotsukov 68c8e2af84 Update to 0.6.2
PR:	161065
2011-09-27 15:20:28 +00:00

26 lines
539 B
Makefile

# New ports collection makefile for: py-xattr
# Date created: 9 Apr 2008
# Whom: bland@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xattr
PORTVERSION= 0.6.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR= source/x/xattr
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= xattr-${PORTVERSION}
MAINTAINER= bland@FreeBSD.org
COMMENT= Python wrapper for extended filesystem attributes
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= xattr
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>