68c8e2af84
PR: 161065
26 lines
539 B
Makefile
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>
|