mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e4e249340f
Add some doc
33 lines
703 B
Makefile
33 lines
703 B
Makefile
# 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.04
|
|
PORTEPOCH= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Convert
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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>
|