freebsd-ports/devel/p5-File-Remove/Makefile
Volker Stolz 6d3acfd5ad - replace space with tab and make it portlint clean.
- add missing entries in pkg-plist.

PR:		ports/70681
Submitted by:	Yen-Ming Lee
Approved by:	maintainer
2004-08-30 08:22:36 +00:00

23 lines
500 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.20
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>