1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net-im/pebrot/Makefile
Dmitry Marakasov cfd5831b3f - Add LICENSE
- Fix shebangs
2018-01-27 13:31:46 +00:00

22 lines
382 B
Makefile

# Created by: Kevin Lo <kevlo@FreeBSD.org>
# $FreeBSD$
PORTNAME= pebrot
PORTVERSION= 0.8.9
PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Text-based MSN messenger client
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:2.7 shebangfix
SHEBANG_GLOB= *.py
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>