17 lines
263 B
Makefile
Raw Normal View History

2020-11-05 10:19:18 +00:00
# $OpenBSD: Makefile,v 1.18 2020/11/05 10:19:18 benoit Exp $
COMMENT= remove files and directories with perl
MODULES= cpan
PKG_ARCH= *
2020-11-05 10:19:18 +00:00
DISTNAME = File-Remove-1.60
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>