mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
306f693e48
WWW: http://pypi.python.org/pypi/speaklater PR: ports/151624 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Reviewed by: danfe@
23 lines
464 B
Makefile
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>
|