e3476be28e
Changes: http://search.cpan.org/dist/File-Remove/Changes Feature safe: yes
25 lines
488 B
Makefile
25 lines
488 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= 1.52
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ADAMK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module to easily removes files and directories
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Remove.3
|
|
|
|
.include <bsd.port.mk>
|