f14eed6355
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/
21 lines
416 B
Makefile
21 lines
416 B
Makefile
# 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>
|