12 lines
271 B
Makefile
12 lines
271 B
Makefile
# Created by: Yarema <yds@CoolRat.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -pgsql
|
|
|
|
COMMENT= PostgreSQL support for the Courier authentication library
|
|
CATEGORIES= databases mail
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|