aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Uniq/Makefile
blob: bed762b930d95456c6c8f9349e0146dbb5417f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Uniq
PORTVERSION=    0.01
CATEGORIES= devel
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:SYAMAL
PKGNAMEPREFIX=  p5-

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Perl extension for managing a uniq list of values

USES=       perl5
USE_PERL5=  configure

WRKSRC=     ${WRKDIR}/${PORTNAME}

.include <bsd.port.mk>