blob: 3b5e5c62a837073cdb0fa9c5e31b8986b3b71d03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: p5-DBIx-Password
# Date created: March 17th 2002
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= DBIx-Password
PORTVERSION= 1.9
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Allows you to create a global password file for DB passwords
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
IS_INTERACTIVE= Asks about the name of the virtual user
PERL_CONFIGURE= yes
MAN3= DBIx::Password.3
.if defined(BATCH)
EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.endif
.include <bsd.port.mk>
|