mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
2327cf291b
PR: 102850 Submitted by: Neal Nelson (maintainer)
23 lines
414 B
Makefile
23 lines
414 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-yaml
|
|
# Date created: Jan 3, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yaml
|
|
PORTVERSION= 3.04
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://pyyaml.org/download/pyyaml/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= PyYAML-${PORTVERSION}
|
|
|
|
MAINTAINER= neal@nelson.name
|
|
COMMENT= Python YAML parser
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|