aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-UU/Makefile
blob: 9415a4982b0938c0cb72722e4d1dd130f7bbc680 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Convert-UU
PORTVERSION=    0.52.01
PORTREVISION=   1
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}

MAINTAINER= demon@FreeBSD.org
COMMENT=    Perl5 module for uuencode and uudecode

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>