blob: ed4cfa3852eb0b6aff3e58cedb23a2e4b8159263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Rimvydas Jasinskas <zrj@ef.irc>
# $FreeBSD$
PORTNAME= fileobj
PORTVERSION= 0.7.23.1
DISTVERSIONPREFIX= v
CATEGORIES= editors
MAINTAINER= zrj@ef.irc
COMMENT= Portable hex editor with vi like interface
LICENSE= BSD2CLAUSE
GH_ACCOUNT= kusumi
USE_GITHUB= yes
USES= python tar:bzip2
USE_PYTHON= distutils
.include <bsd.port.mk>
|