aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Business-UPS
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-042-4/+4
|
* Support STAGEDIR.vanilla2013-11-042-10/+8
|
* Try and be consistent with what commands are silent and not in *install.mat2013-10-231-1/+1
| | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | misc)
* - Convert to new perl frameworkaz2013-08-031-1/+2
| | | | - Trim Makefile header
* For perl@ owned ports:eadler2013-03-291-6/+2
| | | | | - Fix COMMENT - Trim header
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-1/+1
|
* 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
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-201-1/+1
| | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-1/+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)
* Respect DESTDIR by remove EXAMPLESDIRmat2006-08-141-1/+0
| | | | | PR: 101852 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-5/+5
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Take a perl@ hat and add SHA256 checksumsmat2005-11-141-0/+1
|
* - update to 2.0leeym2005-09-232-5/+5
| | | | - assign maintainer to perl@
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* Reset maintainership of Seamus Venasse who has not responded for some time.erwin2005-09-201-1/+1
| | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducederwin2003-10-241-1/+0
| | | | in the last commit.
* utilize SITE_PERLijliao2003-10-242-10/+9
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* add p5-Business-UPS 1.13ijliao2002-06-255-0/+53
A UPS Interface Module PR: 34250 Submitted by: Seamus Venasse <svenasse@polaris.ca>