diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:04:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:04:36 +0000 |
commit | 730698f7045e507ea8481c81b6134d6cc27b3bfd (patch) | |
tree | 8e70430c70d21a0f9c4755a477e7033b8ef3ca3f | |
parent | 9d2c7cb7efc4f976d0f020c9be919ac758b2b657 (diff) | |
download | ports-730698f7045e507ea8481c81b6134d6cc27b3bfd.tar.gz ports-730698f7045e507ea8481c81b6134d6cc27b3bfd.zip |
Notes
-rw-r--r-- | devel/p5-ShipIt-Step-Manifest/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-ShipIt-Step-Manifest/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-ShipIt-Step-Manifest/pkg-plist | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/devel/p5-ShipIt-Step-Manifest/Makefile b/devel/p5-ShipIt-Step-Manifest/Makefile index dceac66ab1fe..07cfb0e2843a 100644 --- a/devel/p5-ShipIt-Step-Manifest/Makefile +++ b/devel/p5-ShipIt-Step-Manifest/Makefile @@ -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 \ +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> diff --git a/devel/p5-ShipIt-Step-Manifest/pkg-descr b/devel/p5-ShipIt-Step-Manifest/pkg-descr index bbed6147fbfd..da1506fcab00 100644 --- a/devel/p5-ShipIt-Step-Manifest/pkg-descr +++ b/devel/p5-ShipIt-Step-Manifest/pkg-descr @@ -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. diff --git a/devel/p5-ShipIt-Step-Manifest/pkg-plist b/devel/p5-ShipIt-Step-Manifest/pkg-plist index 584033b2ec34..f782da516892 100644 --- a/devel/p5-ShipIt-Step-Manifest/pkg-plist +++ b/devel/p5-ShipIt-Step-Manifest/pkg-plist @@ -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 |