mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0650d81858
- Stage support - Bump PORTREV
21 lines
421 B
Makefile
21 lines
421 B
Makefile
# Created by: rokaz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= belier
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security net
|
|
MASTER_SITES= http://www.ohmytux.com/belier/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= romain.garbage@gmail.com
|
|
COMMENT= easily cross several machines with ssh
|
|
|
|
RUN_DEPENDS= expect>=5.42.1:${PORTSDIR}/lang/expect
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|