mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24 lines
553 B
Makefile
24 lines
553 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= 2.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= HappyDoc_r${PORTVERSION:S/./_/g}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A tool for extracting documentation from Python source code
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_r/-r/}
|
|
|
|
.include <bsd.port.mk>
|