freebsd-ports/devel/p5-Data-Uniqid/Makefile
Martin Wilke 2d23174bfc Data::Uniqid provides three simple routines for generating unique ids. These ids
are coded with a Base62 systen to make them short and handy (e.g. to use it as
part of a URL).

PR:		ports/129265
Submitted by:	Sergey V. Dyatko <sergey.dyatko at gmail.com>
2008-12-01 21:19:23 +00:00

30 lines
629 B
Makefile

# New ports collection makefile for: p5-Data-Uniqid
# Date created: 2008-11-28
# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Data-Uniqid
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sergey.dyatko@gmail.com
COMMENT= Perl extension for simple genrating of unique id's
PERL_CONFIGURE= yes
MAN3= Data::Uniqid.3
PORTDOCS= Changes README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>