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