1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/py-log4py/Makefile
Vanilla I. Shu a6861af426 - Staging
- Add LICENSE
- Pet portlint

PR:		ports/188507
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-08 15:01:19 +00:00

25 lines
415 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= log4py
PORTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xride@FreeBSD.org
COMMENT= Python logging module
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>