1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Adam Weinberger 037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00

22 lines
472 B
Makefile

# Created by: Victor Popov
# $FreeBSD$
PORTNAME= pam_search_list
PORTVERSION= 0.1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME:S/_/-/g}
DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION}
MAINTAINER= v.a.popov@gmail.com
COMMENT= PAM module to search arbitrary file for user
USES= tar:xz
PLIST_FILES= lib/libpam_search_list.a \
lib/libpam_search_list_p.a \
lib/pam_search_list.so \
lib/pam_search_list.so.0 \
man/man8/pam_search_list.8.gz
.include <bsd.port.mk>