23fe556589
PR: 23938 Approved by: clive (my mentor)
27 lines
523 B
Makefile
27 lines
523 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: happydoc
|
|
# Date created: Dec 29, 2000
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= happydoc
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= HappyDoc_r0_9
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
USE_PYTHON= yes
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_r/-r/}
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}; ${PYTHON_CMD} ./setup.py install)
|
|
|
|
.include <bsd.port.mk>
|