freebsd-ports/devel/py3-xdg/Makefile
Dmitry Sivachenko 3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00

26 lines
636 B
Makefile

# Created by: michael johnson <ahze@ahze.net>
# $FreeBSD$
# $MCom: ports/trunk/devel/py3-xdg/Makefile 19571 2014-04-25 18:12:46Z kwm $
PORTNAME= xdg
PORTVERSION= 0.25
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://people.freedesktop.org/~takluyver/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Python 3 library to access freedesktop.org standards
LICENSE= LGPL20
USES= python:3
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e \
's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/xdg/BaseDirectory.py
.include <bsd.port.mk>