blob: 7cfc76062c4678c1a746e341436c1b3b5f166728 (
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
31
32
33
|
# New ports collection makefile for: p5-Convert-UUlib
# Date created: November 19th 2000
# Whom: Blaz Zupan <blaz@amis.net>
#
# $FreeBSD$
#
PORTNAME= Convert-UUlib
PORTVERSION= 1.05.1
PORTEPOCH= 1
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
PERL_CONFIGURE= yes
MAN3= Convert::UUlib.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes README
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>
|