1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/p5-File-Remove/Makefile
Roman Bogorodskiy 6ead7fe31e Update to 0.30.
PR:		83997
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	Justin Stanford (maintainer)
2005-07-26 07:59:18 +00:00

24 lines
501 B
Makefile

# New ports collection Makefile for: p5-File-Remove
# Date created: 16th March 2001
# Whom: Justin Stanford <jus@security.za.net>
#
# $FreeBSD$
#
PORTNAME= File-Remove
PORTVERSION= 0.30
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jus@security.za.net
COMMENT= Perl5 module to easily removes files and directories
PERL_CONFIGURE= YES
MAN3= File::Remove.3
.include <bsd.port.mk>