blob: 70659346b9fde53144c4c3f90212f76e410fe53b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Uniq
# Date created: 06 Oct 2010
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Uniq
PORTVERSION= 0.01
CATEGORIES= devel
MASTER_SITES= CPAN/../by-authors/id/S/SY/SYAMAL
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Perl extension for managing a uniq list of values
PERL_CONFIGURE= yes
MAN3= Uniq.3
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
|