2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
19 lines
434 B
Makefile
19 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.14 2015/06/12 10:51:12 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cpogm-1.0
|
|
PKGREVISION= 4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://oss.gw.com/people/kim/
|
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
COMMENT= Copy owner, group and mode of a file
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
NO_CONFIGURE= yes
|
|
BUILD_TARGET= all PREFIX=${PREFIX}
|
|
INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX}
|
|
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|