blob: 3ce37d296445f758bbae1e0a7cb53932d32c3f00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
PKGNAMESUFFIX= -vchkpw
COMMENT= Vpopmail/vchkpw support for the Courier authentication library
CATEGORIES= mail
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"
|