1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/py-speaklater/Makefile
Wen Heping 306f693e48 Speaklater is a Python module that provides lazy strings for translations.
WWW: http://pypi.python.org/pypi/speaklater

PR:		ports/151624
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Reviewed by:	danfe@
2010-11-16 06:13:59 +00:00

23 lines
464 B
Makefile

# New ports collection makefile for: py-speaklater
# Date created: 2010-09-26
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
#
# $FreeBSD$
#
PORTNAME= speaklater
PORTVERSION= 1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= duchateau.olivier@gmail.com
COMMENT= Lazy string Python module for translations
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>