mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
afe6c1912f
several small fixes (including a precedence warning in perl 5.40)
20 lines
338 B
Makefile
20 lines
338 B
Makefile
COMMENT= manages software package installations with symlinks
|
|
|
|
DISTNAME= stow-2.4.1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/stow/stow.html
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_GNU:=stow/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_GMAKE= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-IO-stringy \
|
|
devel/p5-Test-Output
|
|
|
|
.include <bsd.port.mk>
|