mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
1fd066ebe5
With hat: python@
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yould
|
|
PORTVERSION= 0.3.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP/source/y/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Pronounceable word generator
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
PORTDOCS= NEWS.txt README.txt
|
|
|
|
post-install:
|
|
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
|
|
@cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|