summaryrefslogtreecommitdiff
path: root/databases/wfb2sql/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add LICENSEDmitry Marakasov2016-09-141-3/+11
| | | | | - Add NO_ARCH - Switch to options helpers
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Support stagingEmanuel Haupt2014-02-271-19/+14
| | | | | | - Use shebangfix - Define EXAMPLES option - Define DOCS option
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - Convert to new perl frameworkAndrej Zverev2013-08-031-6/+2
| | | | - Trim Makefile header
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-1/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-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
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-3/+2
| | | | | | (part 17). Approved by: portmgr (itetcu)
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with D
* Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending onMark Linimon2007-09-301-0/+1
| | | | | whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk.
* Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.Mark Linimon2006-12-131-1/+1
| | | | Hat: portmgr
* - Update to 0.6Pav Lucistnik2006-12-031-3/+2
| | | | | | PR: ports/102875 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer timeout (seanc; 3 months)
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
* Um, my bad. Hook up the pkg-message so that it gets displayed whenSean Chittenden2003-08-211-0/+3
| | | | building the port. Too much time in the beer garden tonight...
* Add nifty little script that parses the CIA's World Factbook andSean Chittenden2003-08-211-0/+39
converts it into SQL for PostgreSQL, DB2, or MySQL. Includes referential constraints for PostgreSQL and DB2. Useful for those wanting to populate a database with dummy data that isn't completely fake or people who make frequent use of the data.