1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/p5-Array-Unique/Makefile

20 lines
342 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Array-Unique
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Tie-able array that allows only unique values
USES= perl5
USE_PERL5= configure
MAN3= Array::Unique.3
NO_STAGE= yes
.include <bsd.port.mk>