mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
336 B
Makefile
18 lines
336 B
Makefile
COMMENT = truncate or extend the length of files
|
|
DISTNAME = truncate-5.2.1
|
|
CATEGORIES = sysutils
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://www.dragonflybsd.org/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB += c
|
|
|
|
SITES = https://mirrors.nycbug.org/pub/distfiles/
|
|
|
|
.include <bsd.port.mk>
|