summaryrefslogtreecommitdiff
path: root/converters/p5-bsdconv/Makefile
blob: fcfc3aef39acbe50a6f9e1bc1bf2f8737f3540e0 (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
# New ports collection makefile for:	p5-bsdconv
# Date created:				29 May 2009
# Whom:	      				buganini@gmail.com
#
# $FreeBSD$
#

PORTNAME=	bsdconv
PORTVERSION=	1.10
CATEGORIES=	converters perl5
MASTER_SITES=	http://security-hole.info/distfile/
PKGNAMEPREFIX=	p5-
DISTNAME=	buganini-bsdconv-23ad46a91dded05668823e067e3dff69b4c49585

MAINTAINER=	buganini@gmail.com
COMMENT=	Perl wrapper for bsdconv

LIB_DEPENDS=	bsdconv.1:${PORTSDIR}/converters/bsdconv

PERL_CONFIGURE=	yes

MAN3=	bsdconv.3

WRKSRC=		${WRKDIR}/${DISTNAME}/wrapper/perl

.include <bsd.port.mk>