18 lines
334 B
Makefile
18 lines
334 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:06 merdely Exp $
|
|
|
|
COMMENT= expands user directories in paths
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-Path-Expand-1.02
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|