blob: 90a16bb5bd7de84df828c27cd5b81d058248da9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: pystache
# Date created: 19 March 2012
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
PORTNAME= pystache
PORTVERSION= 0.5.2
CATEGORIES= textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= magik@roorback.net
COMMENT= Logic-less templates for Python
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>
|