mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
57b4ac18f3
Approved by: portmgr (blanket)
39 lines
799 B
Makefile
39 lines
799 B
Makefile
PORTNAME= procenv
|
|
DISTVERSION= 0.60
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Utility to show process environment
|
|
WWW= https://github.com/jamesodhunt/procenv
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= xmlwf:textproc/expat2
|
|
LIB_DEPENDS= libsysinfo.so:devel/libsysinfo
|
|
|
|
USES= autoreconf localbase perl5
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jamesodhunt
|
|
USE_PERL5= build
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
PLIST_FILES= bin/procenv \
|
|
share/man/man1/procenv.1.gz
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|