1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Andrej Zverev
073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
ac049e474e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 14:35:48 +00:00
Martin Wilke
25a746b14b - Fix plist
- Trim header

Reported by:	pkg (PKG_DEVELOPER_MODE)
2013-06-02 15:03:18 +00:00
Steve Wills
b8fa5dd4fa - Correct BUILD_DEPENDS and RUN_DEPENDS
PR:		ports/164415
Submitted by:	swills (myself)
Approved by:	Jon Nistor <nistor@snickers.org> (maintainer)
2012-01-29 22:01:01 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Edwin Groothuis
c3f93965a9 New port databases/p5-DBIx-Sequence
DBIx::Sequence - A simple SQL92 ID generator

	This module is intended to give easier portability to Perl
	database application by providing a database independant
	unique ID generator.  This way, an application developer
	is not bound to use his database's SEQUENCE or auto_increment
	thus making his application portable on multiple database
	environnements.

	This module implements a simple Spin Locker mechanism and
	is garanteed to return a unique value every time it is
	called, even with concurrent processes. It uses your database
	for its state storage with ANSI SQL92 compliant SQL. All
	SQL queries inside DBIx::Sequence are pre cached and very
	efficient especially under mod_perl.

	WWW: http://search.cpan.org/dist/DBIx-Sequence/

PR:		ports/91373
Submitted by:	Jon Nistor <nistor@snickers.org>
2006-01-06 07:06:46 +00:00