25 lines
422 B
Makefile
Executable File
25 lines
422 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.14 2012/08/23 14:54:31 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the uulib library
|
|
|
|
DISTNAME= Convert-UUlib-1.34
|
|
EPOCH= 0
|
|
REVISION= 0
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Ibrahim Khalifa <ibo@toontown.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|