aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-NCopy/Makefile
blob: 38ce1930b65b4e3c0bb6136e9818a9f843246df7 (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
# New ports collection makefile for:	File-NCopy
# Date created:	   18 May 2003
# Whom:		   Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	File-NCopy
PORTVERSION=	0.36
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:CHORNY
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Copy file(s) to directories/file

PERL_CONFIGURE=	yes

MAN3=		File::NCopy.3

.include <bsd.port.mk>