freebsd-ports/devel/p5-File-NCopy/Makefile

29 lines
622 B
Makefile

# New ports collection makefile for: File-NCopy
# Date created: 18 May 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= File-NCopy
PORTVERSION= 0.34
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MZ/MZSANFORD
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Copy file(s) to directories/file
PERL_CONFIGURE= yes
MAN3= File::NCopy.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
.include <bsd.port.post.mk>