mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
21 lines
323 B
Makefile
21 lines
323 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= pwm
|
|
PORTVERSION= 0.01.2
|
|
CATEGORIES= security perl5
|
|
|
|
MAINTAINER= borodin@unix7.org
|
|
COMMENT= flat-file password manager
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= onborodin
|
|
GH_PROJECT= ${PORTNAME}
|
|
|
|
USES= perl5 tar:xz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|