2002-05-28 19:15:38 +02:00
|
|
|
# New ports collection makefile for: p5-DBIx-Password
|
|
|
|
# Date created: March 17th 2002
|
|
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBIx-Password
|
2008-05-26 13:32:02 +02:00
|
|
|
PORTVERSION= 1.9
|
2002-05-28 19:15:38 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-05-28 19:15:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-10 11:23:13 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:15:57 +01:00
|
|
|
COMMENT= Allows you to create a global password file for DB passwords
|
2002-05-28 19:15:38 +02:00
|
|
|
|
2007-04-02 19:54:43 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2002-05-28 19:15:38 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DBIx::Password.3
|
|
|
|
|
2004-12-14 13:23:35 +01:00
|
|
|
.if defined(BATCH)
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/batch.patch
|
|
|
|
.endif
|
|
|
|
|
2007-04-02 19:54:43 +02:00
|
|
|
.include <bsd.port.mk>
|