2013-08-29 20:35:45 +02:00
|
|
|
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
2010-11-16 07:13:59 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= speaklater
|
2012-07-18 18:25:10 +02:00
|
|
|
PORTVERSION= 1.3
|
2013-08-29 20:35:45 +02:00
|
|
|
PORTREVISION= 1
|
2010-11-16 07:13:59 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-07-18 18:25:10 +02:00
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
2010-11-16 07:13:59 +01:00
|
|
|
COMMENT= Lazy string Python module for translations
|
|
|
|
|
|
|
|
LICENSE= BSD
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-01-24 14:34:31 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2010-11-16 07:13:59 +01:00
|
|
|
|
2014-01-24 14:34:31 +01:00
|
|
|
.include <bsd.port.mk>
|