2e8a65b2cb
- take maintainership - fix spaces around = - sort according to Makefile.template ok jasper@
24 lines
379 B
Makefile
24 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/11/26 23:21:49 bluhm Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = (re)name a sub
|
|
|
|
DISTNAME = Sub-Name-0.05
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|