23 lines
334 B
Makefile
23 lines
334 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:24 espie Exp $
|
|
|
|
COMMENT= use shorter versions of class names
|
|
|
|
DISTNAME= aliased-0.30
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CPAN_AUTHOR= OVID
|
|
|
|
.include <bsd.port.mk>
|