aboutsummaryrefslogtreecommitdiffstats
path: root/www/myghty/Makefile
blob: 830f9a902209299bf77f488a3be7ba412c84abb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:   myghty
# Date created:                July 13 2005
# Whom:                        Dryice Liu <dryice@liu.com.cn>
#
# $FreeBSD$
#

PORTNAME=   myghty
PORTVERSION=    0.98c
CATEGORIES= www python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE} \
        http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   Myghty-${PORTVERSION}

MAINTAINER= dryice@dryice.name
COMMENT=    Myghty is a Python based templating framework

USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes

.include <bsd.port.mk>