mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
9f6a67e7d3
Changes: http://search.cpan.org/dist/List-Gen/Changes Feature safe: yes
30 lines
591 B
Makefile
30 lines
591 B
Makefile
# New ports collection makefile for: p5-List-Gen
|
|
# Date created: 2011-10-17
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= List-Gen
|
|
PORTVERSION= 0.974
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Functions for generating lists
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= List::Gen.3 \
|
|
List::Gen::Benchmark.3 \
|
|
List::Gen::Cookbook.3 \
|
|
List::Gen::Haskell.3 \
|
|
List::Gen::Lazy.3 \
|
|
List::Gen::Lazy::Builtins.3 \
|
|
List::Gen::Lazy::Ops.3 \
|
|
List::Gen::Perl6.3 \
|
|
List::Generator.3
|
|
|
|
.include <bsd.port.mk>
|