freebsd-ports/devel/p5-List-Uniq/Makefile
Renato Botelho 1408ffa652 List::Uniq extracts the unique elements of a list.
This is a commonly re-written (or at least re-looked-up)
idiom in Perl programs.

WWW:	http://search.cpan.org/dist/List-Uniq/

PR:		ports/130322
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
2009-01-09 14:12:19 +00:00

21 lines
392 B
Makefile

# New ports collection makefile for: p5-List-Uniq
# Date created: 2009-01-09
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#
PORTNAME= List-Uniq
PORTVERSION= 0.12
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Extract the unique elements of a list
PERL_CONFIGURE= yes
MAN3= List::Uniq.3
.include <bsd.port.mk>