1PORTNAME= epm 2PORTVERSION= 4.5.1 3CATEGORIES= devel 4MASTER_SITES= https://github.com/michaelrsweet/epm/releases/download/v${PORTVERSION}/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Free UNIX software/file packaging program 8WWW= https://www.msweet.org/epm/ 9 10LICENSE= gpl2+ 11 12OPTIONS_DEFINE= DOCS 13 14MAKE_JOBS_UNSAFE= yes 15GNU_CONFIGURE= yes 16 17post-install: 18 ${STRIP_CMD} ${PREFIX}/bin/mkepmlist 19 20.include <bsd.port.mk> 21