summaryrefslogblamecommitdiff
path: root/converters/p5-Convert-UUlib/Makefile
blob: c687785e72ad26198be640cf480d422b44f40728 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                  
                    
                 
                                
                    
                   
                                                       
 
                                
                                                                               
 
                   


                                








                                                                  
                      
# 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.09
PORTEPOCH=	1
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
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>