415578dc44
This module is designed to support operations commonly performed on file specifications.
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/14 08:12:54 kevlo Exp $
|
|
|
|
COMMENT= "module for portably manipulating file specifications"
|
|
|
|
DISTNAME= File-Spec-0.86
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|