d1c5b145a1
The tarball for the 0.0.5 release does not seem to exist in PyPI anymore; switch to fetching the tag from GitHub instead. Short diff between the two tarballs: Only in python-anyconfig-RELEASE_0.0.5: .travis.yml Only in dist-anyconfig-0.0.5: anyconfig.egg-info Only in dist-anyconfig-0.0.5: PKG-INFO Only in dist-anyconfig-0.0.5: python-anyconfig.spec Only in dist-anyconfig-0.0.5: setup.cfg Only in python-anyconfig-RELEASE_0.0.5: wercker.yml MFH: 2016Q1
23 lines
468 B
Makefile
23 lines
468 B
Makefile
# Created by: Dan Langille <dvl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= anyconfig
|
|
PORTVERSION= 0.0.5
|
|
DISTVERSIONPREFIX= RELEASE_
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
COMMENT= Generic access to configuration files in many formats
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ssato
|
|
GH_PROJECT= python-${PORTNAME}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|