mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
9d2c7cb7ef
commit
730698f704
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363547
@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= ShipIt step for recreating the MANIFEST
|
||||
|
||||
RUN_DEPENDS= p5-Dist-Joseki>=0:${PORTSDIR}/devel/p5-Dist-Joseki \
|
||||
p5-ShipIt>=0:${PORTSDIR}/devel/p5-ShipIt
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Dist-Joseki>=0:${PORTSDIR}/devel/p5-Dist-Joseki \
|
||||
p5-ShipIt>=0:${PORTSDIR}/devel/p5-ShipIt
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,8 @@
|
||||
This step recreates the MANIFEST by effectively running make
|
||||
manifest, or the equivalent in your build process.
|
||||
This step recreates the MANIFEST by effectively running make manifest, or the
|
||||
equivalent in your build process.
|
||||
|
||||
I use this as I don't have superfluous files lying around in the
|
||||
distribution directories, and have set the relevant svk ignore
|
||||
properties.
|
||||
I use this as I don't have superfluous files lying around in the distribution
|
||||
directories, and have set the relevant svk ignore properties.
|
||||
|
||||
To use it, just list in your .shipit file.
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step/Manifest/.packlist
|
||||
%%SITE_PERL%%/ShipIt/Step/Manifest.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step/Manifest/.packlist
|
||||
%%PERL5_MAN3%%/ShipIt::Step::Manifest.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/ShipIt/Step
|
||||
@dirrmtry %%SITE_PERL%%/ShipIt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step/Manifest
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step/Manifest
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt/Step
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ShipIt
|
||||
@dirrmtry %%SITE_PERL%%/ShipIt/Step
|
||||
@dirrmtry %%SITE_PERL%%/ShipIt
|
||||
|
Loading…
Reference in New Issue
Block a user