blob: 3acf74ba5f15e38df3b1014cad3368df5e231ae7 (
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
24
25
26
27
28
29
30
|
# 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.12
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>
|