Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.08
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Dec 2018 09:00:11
0.08
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
27 May 2018 20:15:20
0.08
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
07 Jan 2015 12:34:34
0.08
|
tobez  |
Update to 0.08. |
26 Nov 2014 13:08:38
0.07_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
0.07
|
bapt  |
Cleanup plist |
29 Oct 2013 09:01:39
0.07
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.07
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.07
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
29 Mar 2013 00:44:54
0.07
|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
17 May 2011 11:05:02
0.07
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
17 Apr 2008 14:30:31
0.07
|
araujo  |
- 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) |
17 Sep 2007 13:00:01
0.07
|
miwi  |
- Update to 0.07 |
22 Jan 2006 01:48:34
0.06
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 15:05:17
0.06
|
mat  |
Take a perl@ hat and add SHA256 checksums |
12 Oct 2004 11:21:27
0.06
|
mat  |
Add p5-Exporter-Tidy 0.06, another way of exporting symbols.
PR: ports/72047
Submitted by: ijliao |