mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4cfea3d01e
Approved by: portmgr (blanket infrastructure)
17 lines
307 B
Makefile
17 lines
307 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|