freebsd-ports/devel/py-speaklater/Makefile
Olivier Duchateau 1c9fbde515 - Update to 1.3
- Update maintainer address

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-07-18 16:25:10 +00:00

22 lines
457 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.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Lazy string Python module for translations
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>