Port details |
- p5-App-Build Build and install Perl applications
- 0.74_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: Alex.Bakhtin@gmail.com
 - Port Added: 2010-04-13 05:45:00
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- App::Build is a module which extends Module::Build.
It is used to install whole applications rather than
merely perl modules.
WWW: https://metacpan.org/release/App-Build
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-App-Build>0:devel/p5-App-Build
- To install the port:
- cd /usr/ports/devel/p5-App-Build/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-App-Build
- pkg install p5-App-Build
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-App-Build
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (App-Build-0.74.tar.gz) = a39204ae5d9b1e77b5df0a94869efa1a498ec8e2a94ce70ea2f56059be871c11
SIZE (App-Build-0.74.tar.gz) = 18150
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-App-Options>=0 : devel/p5-App-Options
- p5-Module-Build>=0.28 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-App-Options>=0 : devel/p5-App-Options
- p5-Module-Build>=0.28 : devel/p5-Module-Build
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for p5-App-Build-0.74_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_p5-App-Build
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.74_1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.74_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.74_1 |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.74_1 |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.74_1 |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
10 Jan 2017 18:36:33
0.74_1 |
sunpoet  |
Fix *_DEPENDS
- Add LICENSE
- Move devel/p5-Test-Differences from BUILD_DEPENDS to TEST_DEPENDS
- Add NO_ARCH
- Convert to options target helper
Approved by: portmgr (blanket)
With hat: perl |
01 Apr 2016 14:00:57
0.74_1 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.74_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.74 |
bapt  |
Cleanup plist |
15 Jul 2014 23:11:13
0.74 |
adamw  |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
03 Jul 2014 23:57:08
0.74 |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
05 Feb 2014 14:37:25
0.74 |
ehaupt  |
Support staging. |
22 Sep 2013 18:05:05
0.74 |
bapt  |
Fix NO_STAGE attribution |
20 Sep 2013 17:13:47
0.74 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
08 Sep 2013 13:29:45
0.74 |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
22 Aug 2012 18:21:12
0.74 |
swills  |
- Update to 0.74
PR: ports/170841
Approved by: Alex Bakhtin <alex.bakhtin@gmail.com> (maintainer) |
03 Jul 2011 14:59:23
0.73 |
ohauer  |
-remove MD5 |
21 Apr 2010 16:09:44
0.73 |
sylvio  |
- Update to 0.73
PR: ports/145871
Submitted by: Alex Bakhtin <alex.bakhtin@gmail.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
14 Apr 2010 01:31:23
0.72_1 |
wen  |
- Improve the Makefile
- Bump PORTREVISION
Approved by: maintainer(implicit) |
13 Apr 2010 05:44:29
0.72 |
wen  |
App::Build is a module which extends Module::Build.
It is used to install whole applications rather than
merely perl modules.
WWW: http://search.cpan.org/dist/App-Build/
PR: ports/145029
Submitted by: Alex Bakhtin <Alex.Bakhtin@gmail.com> |