1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/py-cog/Makefile
Antoine Brodin 27ce8d7b88 Allow staging as a regular user, distfile was rerolled (previous distfile
had files and directories unreadable)
2014-10-10 21:22:57 +00:00

22 lines
429 B
Makefile

# Created by: Alex Pesternikov <apesternikov@page2rss.com>
# $FreeBSD$
PORTNAME= cog
PORTVERSION= 2.3
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}app-${PORTVERSION}
MAINTAINER= apesternikov@page2rss.com
COMMENT= Code Generator for any language
LICENSE= MIT
# Python3 ready
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>