freebsd-ports/devel/py-xattr/Makefile
Alexander Nedotsukov 377afa6261 - Update to 0.6.4
- Add LICENSE_FILE
- Remove unecessary DISTNAME, MASTER_SITE_SUBDIR and PYDISTUTILS_PKGNAME variables

PR:	168570
2012-06-03 22:35:02 +00:00

24 lines
482 B
Makefile

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