freebsd-ports/devel/p5-Uniq/Makefile
Andrej Zverev 302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00

24 lines
444 B
Makefile

# 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
MASTER_SITE_SUBDIR= CPAN: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>