aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Cassandra/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-201-0/+1
| | | | Notes: svn path=/head/; revision=397431
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Add LICENSESunpoet Po-Chuan Hsieh2014-07-311-4/+7
| | | | | | | | | | - Add BUILD_DEPENDS - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr Notes: svn path=/head/; revision=363609
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-06-301-1/+1
| | | | Notes: svn path=/head/; revision=359884
* multiple: reset gslin's maintainerEitan Adler2014-06-301-1/+1
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* - stage supportAndrej Zverev2014-01-051-2/+0
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338808
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326481
* - Update to 0.35Philip M. Gollucci2010-02-261-1/+1
| | | | | | | | | | | | Changes: http://search.cpan.org/dist/Net-Cassandra/Changes PR: ports/143769 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (gslin@gslin.org; 14 days) Feature safe: yes Notes: svn path=/head/; revision=250337
* - Update to 0.34Martin Wilke2009-12-161-1/+1
| | | | | | | | PR: 141421 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=245971
* This module provides an interface the to Cassandra distributedMartin Wilke2009-07-161-0/+24
database. It uses the Thrift interface. This is changing rapidly and supports the development version of Cassandra built from Subversion trunk. WWW: http://search.cpan.org/dist/Net-Cassandra/ PR: ports/136780 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=237947