# Created by: Sergey V. Dyatko <sergey.dyatko@gmail.com>
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-Data-Uniqid/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	Data-Uniqid
PORTVERSION=	0.12
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sergey.dyatko@gmail.com
COMMENT=	Perl extension for simple genrating of unique id's

USES=		perl5
USE_PERL5=	configure

MAN3=		Data::Uniqid.3

PORTDOCS=	Changes README

NO_STAGE=	yes
post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>
