be20045f97
- Remove useless DISTNAME - Pass maintainership to submitter PR: ports/114716 Submitted by: Geraud CONTINSOUZAS <geraud at gcu.info>
22 lines
460 B
Makefile
22 lines
460 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.37
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= File
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= geraud@gcu.info
|
|
COMMENT= Perl5 module to easily removes files and directories
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= File::Remove.3
|
|
|
|
.include <bsd.port.mk>
|