aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Password
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEDIR.vanilla2013-11-032-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | databases)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-1/+1
|
* - Make this non-INTERACTIVE by patching out the prompt unconditionallyswills2012-02-292-6/+0
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* The port asks the user a question. Tools like portmaster need tolbr2012-01-091-0/+2
| | | | | | | know this so that they can inform the user. PR: 162070 Submitted by: Doug Barton <dougb@freebsd.org>
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Add cpan site to WWWehaupt2010-01-231-0/+2
| | | | - Fix indentation, fmt -w 80
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-2/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Update to 1.9mat2008-05-262-5/+4
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-031-11/+4
| | | | with letter b-f
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
|
* - Add SHA256pav2005-11-241-0/+1
|
* Reset bouncing maintainer address. Sorry to see you go.linimon2005-09-101-1/+1
| | | | Hat: portmgr
* Actually honor BATCH mode - skip the interactive definition of virtualroam2004-12-142-1/+16
| | | | | | users. Approved by: maintainer
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* fix port: databases/p5-DBIx-Passwordedwin2004-01-102-0/+4
| | | | | | | | | remove extra file and directories. Informed maintainer. PR: ports/61061 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* utilize SITE_PERLijliao2003-10-242-3/+2
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Conditionalise dependencies on databases/p5-DBI: for perlerwin2003-09-161-3/+11
| | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus)
* De-pkg-comment.knu2003-02-212-1/+1
|
* add p5-DBIx-Password 1.8ijliao2002-05-295-0/+43
Allows you to create a global password file for DB passwords PR: 36066 Submitted by: Autrijus Tang <autrijus@egb.elixus.org>