freebsd-ports/sysutils/xe/Makefile
Tobias Kortkamp 097aeabd36 Fix Perl test dependency
Reported by:	mat
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10570
2017-05-02 15:30:40 +00:00

30 lines
496 B
Makefile

# Created by: Tobias Kortkamp <t@tobik.me>
# $FreeBSD$
PORTNAME= xe
PORTVERSION= 0.7.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= tobik@FreeBSD.org
COMMENT= Simple xargs and apply replacement
LICENSE= CC0-1.0
USE_GITHUB= yes
GH_ACCOUNT= chneukirchen
USES= perl5
USE_PERL5= test
MAKE_ARGS= CFLAGS="${CFLAGS}" \
MANDIR="${PREFIX}/man"
TEST_TARGET= check
PLIST_FILES= bin/xe \
man/man1/xe.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xe
.include <bsd.port.mk>