diff options
Diffstat (limited to 'mail/perdition-postgresql/Makefile')
-rw-r--r-- | mail/perdition-postgresql/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/perdition-postgresql/Makefile b/mail/perdition-postgresql/Makefile new file mode 100644 index 00000000000..3112e79ccc7 --- /dev/null +++ b/mail/perdition-postgresql/Makefile @@ -0,0 +1,9 @@ +# $NetBSD: Makefile,v 1.1 2006/01/31 21:07:31 tv Exp $ +# + +PERDITION_COMMENT= PostgreSQL user database module +PERDITION_PKGNAME= postgresql +PERDITION_SKIP_DISABLE= pg + +.include "../../mk/pgsql.buildlink3.mk" +.include "../perdition/Makefile.common" |