074f2b759a
PR: ports/95387
22 lines
532 B
Makefile
22 lines
532 B
Makefile
# 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= ports@FreeBSD.org
|
|
COMMENT= Myghty is a Python based templating framework
|
|
|
|
USE_PYTHON= 2.3+
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|