1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/textproc/sansi/Makefile
Daniel Engberg e3a7ca28c8 */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com>
Approved by:	portmgr (blanket)
2024-01-14 00:30:23 +01:00

29 lines
707 B
Makefile

PORTNAME= sansi
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= textproc sysutils
MASTER_SITES= https://BSDforge.com/projects/source/textproc/sansi/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Removes ANSI control sequences/characters, from files
WWW= https://BSDforge.com/projects/textproc/sansi/
LICENSE= ART20 BSD2CLAUSE
LICENSE_COMB= multi
RUN_DEPENDS= p5-PerlIO-eol>=0:devel/p5-PerlIO-eol \
p5-Modern-Perl>=0:lang/p5-Modern-Perl
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= tar:xz
PLIST_FILES= sbin/sansi share/man/man1/sansi.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sansi ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/sansi.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>