81dbcbeadd
PR: ports/149641 Submitted by: Frederic Culot <frederic@culot.org> Approved by: Murilo Opsfelder <mopsfelder@gmail.com> (maintainer)
21 lines
392 B
Makefile
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.20
|
|
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>
|