svn commit: r315854 - in head/devel: . p5-Module-Build-Tiny
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 16 17:05:56 UTC 2013
Author: sunpoet
Date: Tue Apr 16 17:05:55 2013
New Revision: 315854
URL: http://svnweb.freebsd.org/changeset/ports/315854
Log:
- Add p5-Module-Build-Tiny 0.017
Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
drive distribution configuration, build, test and installation. Traditionally,
Build.PL uses Module::Build as the underlying build system. This module provides
a simple, lightweight, drop-in replacement.
Whereas Module::Build has over 6,700 lines of code; this module has less than
70, yet supports the features needed by most pure-Perl distributions.
WWW: http://search.cpan.org/dist/Module-Build-Tiny/
Feature safe: yes
Added:
head/devel/p5-Module-Build-Tiny/
head/devel/p5-Module-Build-Tiny/Makefile (contents, props changed)
head/devel/p5-Module-Build-Tiny/distinfo (contents, props changed)
head/devel/p5-Module-Build-Tiny/pkg-descr (contents, props changed)
head/devel/p5-Module-Build-Tiny/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Apr 16 17:02:15 2013 (r315853)
+++ head/devel/Makefile Tue Apr 16 17:05:55 2013 (r315854)
@@ -2241,6 +2241,7 @@
SUBDIR += p5-Module-Build
SUBDIR += p5-Module-Build-Convert
SUBDIR += p5-Module-Build-Kwalitee
+ SUBDIR += p5-Module-Build-Tiny
SUBDIR += p5-Module-CPANTS-Analyse
SUBDIR += p5-Module-CPANfile
SUBDIR += p5-Module-CheckDeps
Added: head/devel/p5-Module-Build-Tiny/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Module-Build-Tiny/Makefile Tue Apr 16 17:05:55 2013 (r315854)
@@ -0,0 +1,34 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Module-Build-Tiny
+PORTVERSION= 0.017
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Tiny replacement for Module::Build
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-ExtUtils-Config>=0.003:${PORTSDIR}/devel/p5-ExtUtils-Config \
+ p5-ExtUtils-Helpers>=0.016:${PORTSDIR}/devel/p5-ExtUtils-Helpers \
+ p5-ExtUtils-InstallPaths>=0.002:${PORTSDIR}/devel/p5-ExtUtils-InstallPaths
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+PERL_MODBUILD= yes
+
+MAN3= Module::Build::Tiny.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \
+ p5-JSON-PP>=2:${PORTSDIR}/converters/p5-JSON-PP
+RUN_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \
+ p5-JSON-PP>=2:${PORTSDIR}/converters/p5-JSON-PP
+.endif
+
+.include <bsd.port.post.mk>
Added: head/devel/p5-Module-Build-Tiny/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Module-Build-Tiny/distinfo Tue Apr 16 17:05:55 2013 (r315854)
@@ -0,0 +1,2 @@
+SHA256 (Module-Build-Tiny-0.017.tar.gz) = abbd2f98b5414508505d559e94cd12c948eb4f59b8f8a08b8b847da74c8b0aca
+SIZE (Module-Build-Tiny-0.017.tar.gz) = 18392
Added: head/devel/p5-Module-Build-Tiny/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Module-Build-Tiny/pkg-descr Tue Apr 16 17:05:55 2013 (r315854)
@@ -0,0 +1,9 @@
+Many Perl distributions use a Build.PL file instead of a Makefile.PL file to
+drive distribution configuration, build, test and installation. Traditionally,
+Build.PL uses Module::Build as the underlying build system. This module provides
+a simple, lightweight, drop-in replacement.
+
+Whereas Module::Build has over 6,700 lines of code; this module has less than
+70, yet supports the features needed by most pure-Perl distributions.
+
+WWW: http://search.cpan.org/dist/Module-Build-Tiny/
Added: head/devel/p5-Module-Build-Tiny/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Module-Build-Tiny/pkg-plist Tue Apr 16 17:05:55 2013 (r315854)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Module/Build/Tiny.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build/Tiny/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build/Tiny
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Build
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module
+ at dirrmtry %%SITE_PERL%%/Module/Build
+ at dirrmtry %%SITE_PERL%%/Module
More information about the svn-ports-head
mailing list