8d755610fe
- Add LICENSE PR: 169149 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer(timeout, > 20 days)
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# New ports collection makefile for: py-decorator
|
|
# Date created: Thu Jun 21 14:49:52 MSD 2007
|
|
# Whom: Denis Shaposhnikov <dsh@vlink.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= decorator
|
|
PORTVERSION= 3.3.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dsh@wizard.volgograd.ru
|
|
COMMENT= Better living through Python with decorators
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|