diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-23 03:22:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-23 03:22:17 +0000 |
commit | f14eed6355db1b7a21a59dd049967d41bcaf12c9 (patch) | |
tree | 441be7767aba7c5430eb4aa73b500815a9fea92b /devel/p5-Fennec-Lite | |
parent | 0106952e87aeda0d51e44950864c48328aa2fb15 (diff) |
Fennec does a ton, but it may be hard to adopt it all at once. It also
is a large project, and has not yet been fully split into component
projects. Fennec::Lite takes a minimalist approach to do for Fennec
what Mouse does for Moose.
Fennec::Lite is a single module file with no non-core dependencies. It
can easily be used by any project, either directly, or by copying it
into your project. The file itself is less than 300 lines of code at
the time of this writing, that includes whitespace.
WWW: http://search.cpan.org/dist/Fennec-Lite/
Notes
Notes:
svn path=/head/; revision=264958
Diffstat (limited to 'devel/p5-Fennec-Lite')
-rw-r--r-- | devel/p5-Fennec-Lite/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Fennec-Lite/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Fennec-Lite/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Fennec-Lite/pkg-plist | 2 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/p5-Fennec-Lite/Makefile b/devel/p5-Fennec-Lite/Makefile new file mode 100644 index 000000000000..9961c433c580 --- /dev/null +++ b/devel/p5-Fennec-Lite/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Fennec::Lite +# Date created: 23 Nov 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Fennec-Lite +PORTVERSION= 0.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for minimalist Fennec, the commonly used bits. + +PERL_MODBUILD= yes + +MAN3= Fennec::Lite.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Fennec-Lite/distinfo b/devel/p5-Fennec-Lite/distinfo new file mode 100644 index 000000000000..735b3935e913 --- /dev/null +++ b/devel/p5-Fennec-Lite/distinfo @@ -0,0 +1,2 @@ +SHA256 (Fennec-Lite-0.004.tar.gz) = dce28e3932762c2ff92aa52d90405c06e898e81cb7b164ccae8966ae77f1dcab +SIZE (Fennec-Lite-0.004.tar.gz) = 10555 diff --git a/devel/p5-Fennec-Lite/pkg-descr b/devel/p5-Fennec-Lite/pkg-descr new file mode 100644 index 000000000000..984818ae9a21 --- /dev/null +++ b/devel/p5-Fennec-Lite/pkg-descr @@ -0,0 +1,11 @@ +Fennec does a ton, but it may be hard to adopt it all at once. It also +is a large project, and has not yet been fully split into component +projects. Fennec::Lite takes a minimalist approach to do for Fennec +what Mouse does for Moose. + +Fennec::Lite is a single module file with no non-core dependencies. It +can easily be used by any project, either directly, or by copying it +into your project. The file itself is less than 300 lines of code at +the time of this writing, that includes whitespace. + +WWW: http://search.cpan.org/dist/Fennec-Lite/ diff --git a/devel/p5-Fennec-Lite/pkg-plist b/devel/p5-Fennec-Lite/pkg-plist new file mode 100644 index 000000000000..887645db53b7 --- /dev/null +++ b/devel/p5-Fennec-Lite/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Fennec/Lite.pm +@dirrmtry %%SITE_PERL%%/Fennec |