377afa6261
- Add LICENSE_FILE - Remove unecessary DISTNAME, MASTER_SITE_SUBDIR and PYDISTUTILS_PKGNAME variables PR: 168570
24 lines
482 B
Makefile
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>
|