e5a7403488
directories. PR: 25849 Submitted by: Justin Stanford <jus@security.za.net>
24 lines
485 B
Makefile
24 lines
485 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
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= File::Remove.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|