bebc34ba48
Feature safe: yes
21 lines
412 B
Makefile
21 lines
412 B
Makefile
# New ports collection makefile for: List::UtilsBy
|
|
# Date created: 25 Feb 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= List-UtilsBy
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for higher-order list utility functions
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= List::UtilsBy.3
|
|
|
|
.include <bsd.port.mk>
|